first commit
This commit is contained in:
1
ended/shell01/ex07/r_dwssap.sh
Normal file
1
ended/shell01/ex07/r_dwssap.sh
Normal file
@ -0,0 +1 @@
|
||||
cat /etc/passwd | awk -F : '{ print $1 }' | sed '1~2d' | rev | sort -r | sed -n ''$FT_LINE1','$FT_LINE2'p' | awk '{print $0 ", "}' | tr -d '\n' | awk '{ print substr( $0, 1, length($0)-2 ) }' | tr '\n' '.'
|
Reference in New Issue
Block a user