Search Results

Search: Posts Made By: anthonyraj75
7,339
Posted By anthonyraj75
I'm sorry, I didn't get you...could you please...
I'm sorry, I didn't get you...could you please let me know how do you want me to run?
(Remember I'm making a ssh call)

Is this what you mean:
ssh user@<host> awk 'NR > 14 && /x info/' grep...
7,339
Posted By anthonyraj75
awk '/x info/, NR>14' *.log Doesn't seem to...
awk '/x info/, NR>14' *.log

Doesn't seem to work either - I fixed it, by
ssh user@<host> grep '*.dbf' /opt/sdg/apps/dsmerror.log 2 > /dev/null
But encountering similar issue on Linux OS, unable...
7,339
Posted By anthonyraj75
Im actually trying the following way (but don't...
Im actually trying the following way (but don't expect first 14 lines) - ssh and grep (skipping 14 lines):

ssh user@<host> grep '*.dbf' /opt/sdg/apps/dsmerror.log
7,339
Posted By anthonyraj75
awk: skip x lines and ssh
Im trying to ssh to a remote machine to grep 'x info' *.log and Im able to get the grep output as expected but "after" the policies (1st 14 lines) - I need to skip the first 14 lines.
Its SunOS....
2,591
Posted By anthonyraj75
awk - skip x lines and ssh
Im trying to ssh to a remote machine to grep 'x info' *.log and Im able to get the grep output as expected but "after" the policies (1st 14 lines) - I need to skip the first 14 lines.
Its SunOS....
15,388
Posted By anthonyraj75
both the below options dont seem to be working -...
both the below options dont seem to be working - plz suggest.
15,388
Posted By anthonyraj75
comment and uncomment a line with Shell Script
Requirement is:
1. comment and uncomment the line with Shell
Script: /opt/admin/fastpg/bin/fastpg.exe -c -=NET (using fastpg.exe as a search option)
2. display = "Commented" (when its commented)...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 03:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy