commit
This commit is contained in:
2
Shell_01/git/ex07/r_dwssap.sh
Executable file
2
Shell_01/git/ex07/r_dwssap.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
grep -v "#" /etc/passwd | sed -n 'n;p' | awk -F ':' '{ print $1 }' | rev | sort -r | sed -n "${FT_LINE1-1},${FT_LINE2-42}p" | tr '\n' ' ' | sed 's/ $/./; s/ /, /g'
|
||||
Reference in New Issue
Block a user