move here
This commit is contained in:
commit
9d08eb1db2
|
|
@ -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'
|
||||
Loading…
Reference in New Issue