First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Comparing Files
all, Any better ideas on implementing the below....? .. .. .. .. .. #Listing Missing Processes from the system tmp1.out rsh $server cat /home/basks.tbl >>tmp1.out if [ -e tmp1.out ] then echo "Missing Process on system are " >>check_ps.out diff tmp1.out proc-list|awk '{ print $2 }' >>check_ps.out else ... 24 Apr 2008 11:03
grep doubt
Hi: Can you tell me why when I run this script I only get this output ? solaris> cat script1 for file in `ls -R` do grep -iw alter $file > /apl/applprox/script1_output grep -iw modify $file >> /apl/applprox/script1_output grep -iw replace $file >> /apl/applprox/script1_output done grep: can't ope... 24 Apr 2008 15:51
Can sed match a choice of two?
I have a sed script that I need to add a pattern matching one of two choices (.rar or .zip). I know this can be done in awk and egrep with (rar|zip), but is there anyway to get this behaviour in sed? Do I have to rewrite my script in perl? Cheers, Simon ... 24 Apr 2008 13:27
China OEM Microphone - OEM OEM Microphone Manufacturer
China OEM Microphone - OEM OEM Microphone Manufacturer OEM Microphone WebSite Link: http://www.chinese-microphone.com/OEM-MIC.html China GuangZhou TianTuo Microphone Manufacturing Co., Ltd WebSite: http://www.chinese-microphone.com/ Microphone Products are: Wireless Microphones, Conference Microphones, He... 23 Apr 2008 18:57
Wholesale Karaoke Microphone - Chinese Karaoke Microphone Manufacturer
Wholesale Karaoke Microphone - Chinese Karaoke Microphone Manufacturer Karaoke Microphone WebSite Link: http://www.chinese-microphone.com/Karaoke-Microphones.html China GuangZhou TianTuo Microphone Manufacturing Co., Ltd WebSite: http://www.chinese-microphone.com/ Microphone Products are: Wireless Micropho... 23 Apr 2008 18:57
Windows 1252 to iso-8859-1 without iconv or recode?
I have some text files that were saved in Windows as ASCII which, unfortunately, causes the text file to contain non-control chars in the range that iso-8859-1 defines control chars. iconv and recode do not convert or drop these 1252 codes (145,146, and 147) to the appropriate iso-8859-1 equivalents and instead ... 23 Apr 2008 22:07
Wireless Mics - OEM Wireless Mics Manufacturer
Wireless Mics - OEM Wireless Mics Manufacturer Wireless Microphone WebSite Link: http://www.chinese-microphone.com/Wireless-Microphones.html China GuangZhou TianTuo Microphone Manufacturing Co., Ltd WebSite: http://www.chinese-microphone.com/ Microphone Products are: Wireless Microphones, Conference Microp... 23 Apr 2008 15:44
Chinese Headset Mic Wholesale - Cheapest Headset Mics Manufacturer
Chinese Headset Mic Wholesale - Cheapest Headset Mics Manufacturer Headset Microphone WebSite Link: http://www.chinese-microphone.com/Headset-Microphones.html China GuangZhou TianTuo Microphone Manufacturing Co., Ltd WebSite: http://www.chinese-microphone.com/ Microphone Products are: Wireless Microphones,... 23 Apr 2008 15:44
Produce a human-readable report from /etc/sudoers
My /etc/sudoers file is expansive and complex and I need a way to produce a more human readable form of its contents. I'd like to be able to report on the following: 1) Given a user - which command(s) may be executed and on which system(s) 2) Given a system - which command(s) may be executed by which user(s) ... 24 Apr 2008 07:38
To which group belongs "root"? Adding new user with root privileges?
I want to create a new user who should have (almost) the same privileges as root. Is there a (pre-defined) group which has more privileges than "other" but less the "root's" group? I need this for the user add command and the " -g " option. If there is no such group I am willing to create a second co-root: What... 23 Apr 2008 10:07
First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36