Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
grep script
Name: george Date: December 17, 2003 at 23:59:58 Pacific OS: unix CPU/Ram: xp 2600 768 3200ddr
Comment:
Any idea how to begin writing a script that siplifies the use of grep.Because i have never before workout programming in unix but only in java is this going to be similar ?
Summary: hello All, I am trying to write a script that could do the following. grep red *.out grep blue *.out grep complete *.out now my problem is this is how file look like time 123 hello 123 red 123 blue 1...
Summary: i would like to make a script that does the following: 1) echo the job number 2) based on the job number, i want it to grep files in a specified path with the word ( Job 1 ) we actually have many Job...