Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gsgb1
  • Order by date
  1. gsgb1

    Print Filenames where keyword is missing

    It is working, I just removed /usr/xpg4/bin from command. Thanks a lot for your help.
  2. gsgb1

    Print Filenames where keyword is missing

    I am using AIX 5, and I get this error [COLOR=red]find: 0652-083 Cannot execute /usr/xpg4/bin/grep:: A file or directory in the path name does not exist.[/color red]
  3. gsgb1

    Print Filenames where keyword is missing

    I have over 100 shell files in a directory and some of them do not have mandatory keyword in code like "Author" in there. How do I find file names where specific keyword is not existing in any of the scripts in folder? Example given below was used to find filenames when Keyword existed. Any...
  4. gsgb1

    Can Celeron support IIS and .NET?

    I have ready my sites/posts about simiral issues but wanted to have my question addressed to be sure that I am not under the wrong impression. Objective is just to learn MS .NET 2.0 programming using C-sharp and SQL SERVER 2005, I am thinking of buying a computer. I am under the impression...
  5. gsgb1

    Newbie Q- Blank Screen after booting with Suse 9.3

    Thanks a lot! I can see someting now, screen at one mode seems like 800x600 kind of display, another seems higher but monitor quits at higher. Will try playing with 800x600
  6. gsgb1

    Newbie Q- Blank Screen after booting with Suse 9.3

    Hello, Just last night, I downloaded suse linux 9.3 pro and installed on computer sharing windows 98se. Installation went smooth. System was restarted and I have got 4 options when I boot - Linux, Windows, Floppy and Linux (failsafe). If I goto linux (not the failsafe option) it shows doing...
  7. gsgb1

    Find File Owners for *.sh in all sub-direcories

    feherke, I get find: 0652-017 -printf is not a valid option. If I use -print, I get find: 0652-009 There is a missing conjunction
  8. gsgb1

    Find File Owners for *.sh in all sub-direcories

    How would I find the shell file names and corresponding owner, while files are in many subdirectories? I can see all the files with ls -lR and use Excel to format the output, but I want to do it in UNIX alone, and this is what output should be ./this/is/the/path/filename.sh owner Thanks in...
  9. gsgb1

    ASP.NET - Thumbnail images from Access Database

    Thanks a lot for your time and help. I will try this one and let you know. Appreciated.
  10. gsgb1

    ASP.NET - Thumbnail images from Access Database

    Actually database has images in binary and size in not thumbnail. I was wondering if image from DB can be dynamically shown as thumbnail first and when user wants to see, on clicking db can show actual big image.
  11. gsgb1

    ASP.NET - Thumbnail images from Access Database

    I've seen many articles on WEB explaining how to generate thumbnail images from filesystem and display on web. I have existing MS Access DB that has many images, and I want to display thumbnail images of those ones on webpage, once clicked display the actual size image. Has someone used this...
  12. gsgb1

    Change Permissions on Files Automatically

    How about turning on a sticky bit on the directory itself?
  13. gsgb1

    How to put a job on ice?

    You should have interactive access for Autosys to put a job on ice. Select the box thru interactive access and click on the job, and choose PUT ON ICE. Although, this has nothing to do with Unix scripting.
  14. gsgb1

    Basic ls-l question, show files owned by specific group

    Thanks guys, And how about if its owner instead of group?
  15. gsgb1

    Basic ls-l question, show files owned by specific group

    How can I select files when I do ls -l for specific group? I want to select only grp1 files (file1.sh and file2.sh) -rwxrwxrwx 1 own1 grp1 98 Oct 10 11:57 file1.sh -rwxrwxrwx 1 own1 grp1 98 Oct 11 11:52 file2.sh -rwxrwxrwx 1 own1 grp2 98 Oct 12 10:45 file3.sh -rwxrwxrwx 1 own1...
  16. gsgb1

    List file names where certain keywords are missing.

    Thanks a lot PHV! It works like a charm.:-)
  17. gsgb1

    List file names where certain keywords are missing.

    Hello, I have over 200 .txt and .ksh files in a directory having keywords like Revision, Author, Date etc. Some of the files do not have these keywords in them, and some have 2 out of 3. I want to identify files that are missing keywords in them. I could do following to find where its...
  18. gsgb1

    How to find matching keywords in path (backward)

    I want to move files from my source directory to target directory, and want to make sure that user is moving from designated directory, like from /dev/prj1 of source to /dev/prj1 of target. How can I get last 2 directories /dev/prj1, considering directory path length may change. I want to start...
  19. gsgb1

    aclupt problem

    I have one generic acl infile defining base and extended permission for a generic user, that I want to use for multiple users. I will be dynamically changing genereic userid in exteded permission to required id (user1)as - cat acl_generic_file.txt | sed -e 's/geneicid/user1/g' Now this...
  20. gsgb1

    AIX 5 --ACL applied - How to confirm if it worked programatically

    Thanks Rod for pointing to the right direction. How do I make sure that ACL being applied worked correctly e.g. on extended attribute. aclget filename can show me if the aclput worked or not by showing enable or disable? Is there anyway to find out other than $?. I am dealing with over...

Part and Inventory Search

Back
Top