Home > Archive > Linux/Unix > February 2004 > Linux+ Question of the day





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Linux+ Question of the day
Boulware5

2004-02-05, 1:29 am

You want to append the output of the ps command to the file called blar. Which command accomplishes this?

a. ps >> blar
b. ps << blar
c. ps > blar
d. ps < blar
e. ps <> blar
prezbedard

2004-02-05, 1:33 am

a. ps >> blar
Supertech

2004-02-05, 9:02 am

The output append symbol (>> ) works very much like the output redirection symbol (> ), except that it means "add to the end of".

ps >> blar

As with normal output redirection, if blar doesn't already exist, it is created for you.
Tarzanboy

2004-02-05, 4:24 pm

A
bsdboy

2004-02-05, 4:27 pm

a
Boulware5

2004-02-12, 1:32 am

(a) is correct!
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net