What does the following command line produce? Explain each
aspect of this line.
$ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l )
>> Activity.log
Answer Posted / liam
It's retarded. The idea is clearly to post the number of
users (the first field of ps -ef), but they are going to
capture the title line. Also, just use 'who'!
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
tell me something about linux commands.
What are linux commands useful?
Who command in linux?
How can you copy lines into the buffer in command mode?
Why echo is used in linux?
How do I check terminal history?
Is llvm a compiler?
How do you open a command prompt when issuing a command?
What is the symbol of linux?
What are the command prompt commands?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
Which command reduces the size of a file?
What does make clean command do?
What would be the result of the command paste -s dog cat?
How do I test my cpu speed?