Search Results

Search: Posts Made By: sha7khan
2,602
Posted By sha7khan
What does the following command say ssh -t...
What does the following command say

ssh -t username@remoteserver "sudo bash -x /etc/init.d/tomcat6 start"
25,405
Posted By sha7khan
Did you try sed 3c"replacement txt"...
Did you try

sed 3c"replacement txt" filename.txt
Forum: Programming 12-09-2008
7,054
Posted By sha7khan
If you have the pid of the process, you can use...
If you have the pid of the process, you can use kill system call, send signal 0 to the pid to check if it is alive.
3,521
Posted By sha7khan
something like following should work. cat...
something like following should work.

cat file.csv | awk -F\; '{printf "%s,",$0;system ("date +%s -d " "\""$3"\"" );}' |sort -n
Showing results 1 to 4 of 4

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