Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list all the created users only

more '/etc/passwd' | grep ':x:100' | cut -d: -f1
Comment

list all the created users ids only

more '/etc/passwd' | grep ':x:100' | cut -d: -f3
Comment

PREVIOUS NEXT
Code Example
Shell :: Shell script to adjust screen mode 
Shell :: which 
Shell :: fix EACCEC 
Shell :: github actions for goreleaser 
Shell :: requirements github 
Shell :: upgrade appwrite 
Shell :: youtube-dl show formats 
Shell :: How to search for files using ? to match file extension 
Shell :: mv rename folder 
Shell :: check if vpc id exists 
Shell :: trickbot mikrotik 
Shell :: Quick start: Use as a GitHub Pages remote theme 
Shell :: make your react an electron desktop app 
Shell :: how to connect to the google in linux 
Shell :: how to move a bunch of files into a folder with mv 
Shell :: find #SUID 
Shell :: pip install imread 
Shell :: digi4school downloader 
Shell :: shell Is it possible to combine bash variable search and replace with substring 
Shell :: find and replace duplicate word linux 
Shell :: Comparing 2 Hashes in bash 
Shell :: use lines from file for bash command 
Shell :: ring execute system commands 
Shell :: executable post recieve git hook 
Shell :: how to uninstall nginx in ubuntu 20.04 
Shell :: debian copy directory 
Shell :: ldocker comand list of images 
Shell :: how to close git issue with fixes automaticallt 
Shell :: wingpersonal linux mint 
Shell :: kali install ghost newwork command 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =