Re: OT - BASH question?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Sa, den 16.04.2005 schrieb Peter Volsted um 1:24:

> ps -eo "%p" | awk ' { print $1 > "proctest" }'

I think what Bill wants is differently.

http://www.tldp.org/LDP/abs/html/process-sub.html

while read line; do
   whatever
done < <(command)
   whatelse

proc=""
while read line; do
   proc="${proc} ${line}"
done < <(ps -eo "%p")
echo ${proc}

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773
legal statement: http://www.uni-x.org/legal.html
Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.14_FC2smp 
Serendipity 02:46:06 up 3 days, 23:26, load average: 0.07, 0.13, 0.11 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux