Search Results

Search: Posts Made By: linuxrulez
3,088
Posted By linuxrulez
sed & awk Book
Hi Experts,

I am studying SED and AWK text processing commands with an E-book. I am not satisfied with the way of explanation and examples given by them.

I would like you guys to suggest me the...
2,489
Posted By linuxrulez
[root@client ~] sed -n ' s/[":[{,}]/ /pg' ...
[root@client ~] sed -n ' s/[":[{,}]/ /pg' logsx.txt > finallogsx.txt ; awk \
'BEGIN {OFS="," ;print "number,bidirVol1,subsGName1,bidirVol2,subsGName2"}{print $1, $30, \
$5,$39,$55} '...
2,387
Posted By linuxrulez
Use the command which praveen has give in...
Use the command which praveen has give in previous post. To know more information about date use command below

man date
1,451
Posted By linuxrulez
Question: ------------ When I run a script...
Question:
------------
When I run a script name myscript.sh, I do not see any error nor does the script get executed. What can be the possible reason?

Answer:
------------
First whether the...
2,387
Posted By linuxrulez
#cat hi [Tue Oct 1 13:32:40 2013] #sed -n...
#cat hi
[Tue Oct 1 13:32:40 2013]

#sed -n 's/\[// ; s/\]//p' hi
Tue Oct 1 13:32:40 2013
12,893
Posted By linuxrulez
Add the full path of the scp in the script. ...
Add the full path of the scp in the script.
[root@client ~] which scp
/usr/bin/scp

Print the error you have got to investigate more on it.
2,833
Posted By linuxrulez
You can use SSH to do this Syntax: ...
You can use SSH to do this
Syntax:
sshusername@ipaddress ‘command’
ssh username@domainname ‘command’
ssh username@domainname ‘command1 | command2′


Examples

ssh tts@192.168.1.9 ‘df -Th’...
Showing results 1 to 7 of 7

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