in func
This commit is contained in:
parent
c124a99266
commit
71537f9de5
2
bashrc
2
bashrc
@ -37,7 +37,7 @@ math(){ echo $1 | bc;}
|
|||||||
checkip(){ dig $1 +short;}
|
checkip(){ dig $1 +short;}
|
||||||
# search for term and edit first file with that specific text
|
# search for term and edit first file with that specific text
|
||||||
edit(){ nano $(grep $1 * -R | awk '{print $1}'|cut -f1 -d ':' | head -n1);}
|
edit(){ nano $(grep $1 * -R | awk '{print $1}'|cut -f1 -d ':' | head -n1);}
|
||||||
root(){su -c "$@";}
|
root(){ su -c "$@";}
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user