Search Results

Search: Posts Made By: mosdojaf
5,762
Posted By mosdojaf
Getting rid of whitespace
Hello I am working aon script, that tells me how many users or on the system when i run it.

The script is
#!/bin/bash
w | cut -f 1 -d ' ' |sort -u | wc -l

When ran it shows 16 users...
Showing results 1 to 1 of 1

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