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

Re: Ausgabe von ps umleiten



On Fre, 2003-10-24 at 13:15, Bertram Scharpf wrote:
> Hallo,
> 
> Am Samstag, 18. Okt 2003, 00:08:35 +0200 schrieb Frank Dietrich:
> > wie bekomme ich denn die Ausgabe von 'ps -aux' in eine Datei
> > umgeleitet?
> > 
> >   ps -aux > /tmp/dateiname
> > 
> > Klappt nicht. Führt zu 

dann mach mal:

# ps aux >/tmp/datei
oder
# ps -AF >/tmp/datei

>   Bad syntax, perhaps a bogus '-'?

bedeutet ja auch:
Schlechte Syntax,
möglicherweise ein falsches (i.d.F. überflüssiges) ' - '? 

'-' steht in den meisten GNU - Apps für standard-in/out

\g
Marius
-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--



Reply to: