8 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
i have this line of code that looks for the same file if it is currently running and returns the count.
`ps -eaf -o args | grep -i sfs_pcard_load_file.ksh | grep -v grep | wc -l`
basically it is assigned to a variable
ISRUNNING=`ps -eaf -o args | grep -i sfs_pcard_load_file.ksh |... (6 Replies)
Discussion started by: wtolentino
6 Replies
2. Solaris
Hi,
I am interested in knowing the grep optiojs availabel in solaris box, to get the grep results in one line from the log files. only the matched values need to be displayed.
I need ot find the values in a message where the search values will be in separate lines of the input.
like:... (10 Replies)
Discussion started by: sudha143
10 Replies
3. UNIX for Dummies Questions & Answers
Hi Folks,
I have one query I have a log file to which I reach to putty and I open that particular log file in vi editor and search through /pattern, Suppose I have to search
<ProgramId>627857272120951075</ProgramId>
Then I have to open abc.log
cd /var/log/
ls -ltr
vi abc.log... (4 Replies)
Discussion started by: SankalpS
4 Replies
4. UNIX for Dummies Questions & Answers
Hi Folks,
I have one query I have a log file to which I reach to putty and I open that particular log file in vi editor and search through /pattern, Suppose I have to search <ProgramId>627857272120951075</ProgramId>
Then I have to open abc.log
cd /var/log/
ls -ltr
vi abc.log... (1 Reply)
Discussion started by: SankalpS
1 Replies
5. Ubuntu
Hello Everyone,
First of all, I highly appreciate all Linux forum members and whole Linux community. http://forums.linuxmint.com/images/smilies/icon_wink.gif. I wish you the best for all of you !
I will try to be short and concise: I am using Linux Mint 10 for 2 months on 2 ws, and all went... (3 Replies)
Discussion started by: cdt
3 Replies
6. UNIX for Advanced & Expert Users
Hi Experts
I need the following output from grep command of Sunsolaris on a set of input files.
Output:........
1st search string from file1
2nd search string from file1
3rd search string from file1
1st search string from file2
2nd search string from file2
3rd search string from... (3 Replies)
Discussion started by: ks_reddy
3 Replies
7. AIX
Hi All,
I have a situation here that's very fun...
I have a system with AIX and iPlanet (sunOne) installed, when occurs an unknown event on the network the WebServer shows a thousand of CLOSE_WAIT connections and this number grows and grows until the webserver crashs.
I read some documents... (2 Replies)
Discussion started by: nascimento.rp
2 Replies
8. UNIX for Dummies Questions & Answers
Hello again,
Is there an option for the cp command to overwrite existing files in the destination directory?
Cheers
Rob (3 Replies)
Discussion started by: milage
3 Replies