move here
This commit is contained in:
@@ -0,0 +1 @@
|
||||
id -nG $FT_USER | tr -d "\n" | tr " " ","
|
||||
@@ -0,0 +1 @@
|
||||
find . -type f -name "*.sh" -exec basename {} .sh \;
|
||||
@@ -0,0 +1 @@
|
||||
find . | wc -l
|
||||
@@ -0,0 +1 @@
|
||||
ifconfig -a | grep ether | awk -F " " '{print $2 }'
|
||||
@@ -0,0 +1 @@
|
||||
42
|
||||
@@ -0,0 +1 @@
|
||||
ls -l | sed 'n;d'
|
||||
Reference in New Issue
Block a user