First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
date math
I want to write a script where I compare the date from ps -ef (ie ems 4444306 450796 0 Jul 1 ....... to todays date and if the date is more than N days old I kill the process. Something like the find command - mtime command. Is there a command I can use or some function that anybodys knows about th... 7 Jul 2010 05:46
ssh port forwarding questions
Folks, I am trying to setup X11 base working environment on my macbook (at home). What I am trying to do is to login to my work unix machine, run commands, bring up GUI's (on my macbook). I was told that SSH port forwarding is best for this. (I am unix VNC, and it works great, but problem is I end up using mouse ... 6 Jul 2010 18:55
sending/handling INT signal in child processes in bash
Hello! I've got a question regarding signal sending and/or handing in child processes of bash script. The script simply executes itself as a subprocess: $ cat script #!/bin/bash #set -x set -e set -u if [ "$#" = 0 ] then # Run N tasks N=3 child_pids="" for i in $(seq 1 $N) do ... 6 Jul 2010 05:43
A question about stdout and the shell
Let's say I run the 'who' command on the z-shell. Like the following.. [cdalten(a)localhost ~]$ who cdalten pts/1 2010-06-17 16:42 (:0.0) cdalten pts/2 2010-06-13 12:49 (:0.0) cdalten pts/3 2010-06-05 18:32 (:0.0) cdalten pts/4 2010-06-18 17:49 (:0.0) cdalten pts/5 2010-06-... 7 Jul 2010 10:08
VICIOUS Enemy Insurgents kill 34 US soldiers after 9 hrs attack - Bellies ripped open and numerous injured - call for TRUE PATRIOTS . The deep undercover spies agents of influence mislead the public on the facts
VICIOUS Enemy Insurgents kill 34 US soldiers after 9 hrs attack - Bellies ripped open and numerous injured - call for TRUE PATRIOTS . The deep undercover spies agents of influence mislead the public on the facts http://www.youtube.com/watch?v=fRZSzdQuOqM&feature=related http://www.youtube.com/watch?v=0q7yEnMjQ6U... 5 Jul 2010 12:11
VICIOUS Enemy Insurgents kill 34 US soldiers after 9 hrs attack - Bellies ripped open and numerous injured - call for TRUE PATRIOTS . The deep undercover spies mislead the public on the facts
VICIOUS Enemy Insurgents kill 34 US soldiers after 9 hrs attack - Bellies ripped open and numerous injured - call for TRUE PATRIOTS . The deep undercover spies mislead the public on the facts http://www.youtube.com/watch?v=fRZSzdQuOqM&feature=related http://www.youtube.com/watch?v=0q7yEnMjQ6U&feature=related htt... 4 Jul 2010 20:59
Energy Saving Tips
1. Reduce heater's room temperature For each extra degree (Celsius) of temperature, your heater will consume 7 to 11% more energy. Adjust it to 18degrees which is also better for your health. 2. Install a programmable thermostat You will be able to control the heater's temperature during specific hours every day... 4 Jul 2010 05:47
SCHOLARLY TESTIMONIAL VIDEO : Joseph Moshe (MOSSAD Microbiologist) Swine flu vaccine 1
Joseph Moshe (MOSSAD Microbiologist) Swine flu vaccine 1 http://www.youtube.com/watch?v=9ranNpzlXIo Part 1 Today, the MSM are not talking about this case any more. Yesterday, they wanted us to believe that Joseph Moshe was a nutcase and a terrorist, arrested for threatening to bomb the White House. Interesting... 3 Jul 2010 03:42
Two copies of one input stream
Two copies of one input stream -- I think I did this before but I forgot how. So I did it again. There's probably a better way, but this works: The "cat >Stream " commands are just a sample; you can replace them with whatever you want to do with each stream. #!/bin/bash exit_ () { set +u [[... 3 Jul 2010 03:42
newbie: using find to touch new files
On 2 jul, 17:30, Ben Bacarisse <ben.use...(a)bsb.me.uk> wrote: Atropo <lxvasq...(a)gmail.com> writes: I took this script suggested by Stephane CHAZELAS find . -name "* .txt" -exec sh -c 'file=$1; exec mv "${file}" "${file % .txt}.txt"' {} {} \; I think some stray spaces have crept in there in add... 6 Jul 2010 10:03
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20