Click to See Complete Forum and Search --> : i just need some help please!


WHOELSE
03-19-2002, 04:44 AM
can anyone lplaese explain what do these symoblos mean in linux:

!
>
>>
|

I would appreciate if anyone can help me! :confused:

z0mbix
03-19-2002, 05:37 AM
Write ps output to the file blarg overwriting whatever is in blarg. If blarg does not exist, it gets created:
ps > blargh

Append ps output to the file blarg. If blarg does not exist, it gets created:
ps > > blargh