|
Shell script to do like winmerge.... :) Hi, I want to write a shell script to do like winmerge . can any one suggest a way? i am trying to make it work like copying the entire change if any .if there is no change,no action will take place.no prompt for each change as of now.please post your suggestions ... 14 Apr 2008 15:24
Link two directories Hi, I am running out of space on my /tmp directory. But my /local/scratch is almost empty. How can I link my /tmp to store on /local/scratch instead? cheers, //mike ... 14 Apr 2008 12:10
how to get TTY with SSH session When you enter the following command: ssh <server> "set > test.txt; cat test.txt" The results show that no TTY was assigned to the session. Is there a way to force a TTY to be assigned when invoking commands over ssh and not remaining on the remote system? for example could I have entered some command to b... 15 Apr 2008 09:07
How to manipulate newline with mks sed Sorry for my very bad english. I want to extract text from an html page and I try to use sed with the multi line pattern. To give you a sample. The text is the following: </CENTER> </td> <td> Here is the text I want to get!!!!! </td> I Think it was possible to do something very simple like that cat file.h... 13 Apr 2008 19:57
wholesale nike air force one shoes Wholesale nike jordan shoes puma adidas shoes T-shirt Bags Purse clothing Scarf Amice Watch Glasses jeans hats etc.. Website Link: http://www.shoestrade.biz www.nike-shoes.com.cn welcome to ChenXi International Trade Co.,LTD. we are a professional shoes and clothes manufactory with 4 years experience located i... 20 Apr 2008 05:00
chmod g+s file when i do chown gert:root file chmod 777 file chmod g+s file does gert have root permissions when executing the file ? ... 21 Apr 2008 07:29
how to find the second column is a digital number and biger than50000 pk wrote: Janis Papanagnou wrote: awk '0 + $2 >= 50000 {print $1, $2}' hostfile This is what I thought at first too, but if the file is host1 52233 host2 51000failed scan host3 2333 Good point. Still open whether that misformat shall match or not; if there's just a delimiter missing... 12 Apr 2008 06:57
how to find the second column is a digital number and biger than 50000 Janis Papanagnou wrote: robertchen117(a)gmail.com wrote: I have a file, like this: host1 52233 host2 failed scan host3 2333 I want to get all these second column is a digital number and biger than 50000, please let me how to do it. if I use the following command, it will get... 12 Apr 2008 04:34
how to find the second column is a digital number and biger than 50000 robertchen117(a)gmail.com wrote: I have a file, like this: host1 52233 host2 failed scan host3 2333 I want to get all these second column is a digital number and biger than 50000, please let me how to do it. if I use the following command, it will get "failed" hosts also. cat host_file... 12 Apr 2008 04:34
how to find the second column is a digital number and biger than 50000 I have a file, like this: host1 52233 host2 failed scan host3 2333 I want to get all these second column is a digital number and biger than 50000, please let me how to do it. if I use the following command, it will get "failed" hosts also. cat host_file | nawk '{if($2 >=50000){print $1, $2}}' So how to ... 12 Apr 2008 06:09 |