Search Results

Search: Posts Made By: gabibyte
1,984
Posted By gabibyte
who | awk '{print $1}' > file.txt sort file.txt...
who | awk '{print $1}' > file.txt
sort file.txt | uniq > file.txt
echo ' ' > results.txt
w > file2.txt
for i in `cat file.txt`
do
x=`grep -c $i file2.txt`
echo $x $i >> results.txt
done...
1,984
Posted By gabibyte
And he really doesn't :) But i am now...
And he really doesn't :)

But i am now trying to disect the line and to figure out what you wrote there
1,984
Posted By gabibyte
How to display what processes, users have opened at a given time
Hello,

What i have to do is make a top 10 list of users sorted by the number of processes opened at a given time. Can anyone help me with finding out for a given moment, for all users how many...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy