Favorite Linux Commands
-
I use
^
quite frequently any more. -
free -h
-
-
cat <<EOF | sudo tee /home/user/Documents/hello-MangoLassi.txt Hello MangoLassi! EOF
-
history
as of late lol -
@wirestyle22 said in Favorite Linux Commands:
history
as of late lolctrl + r
Searches typed query in command history. -
@travisdh1 said in Favorite Linux Commands:
@wirestyle22 said in Favorite Linux Commands:
history
as of late lolctrl + r
Searches typed query in command history.Pretty much this. Use it all the time.
-
@jaredbusch said in Favorite Linux Commands:
@travisdh1 said in Favorite Linux Commands:
@wirestyle22 said in Favorite Linux Commands:
history
as of late lolctrl + r
Searches typed query in command history.Pretty much this. Use it all the time.
I've been using ZSH and I have it automatically do that.
-
@stacksofplates said in Favorite Linux Commands:
@jaredbusch said in Favorite Linux Commands:
@travisdh1 said in Favorite Linux Commands:
@wirestyle22 said in Favorite Linux Commands:
history
as of late lolctrl + r
Searches typed query in command history.Pretty much this. Use it all the time.
I've been using ZSH and I have it automatically do that.
So as I type it dynamically auto suggests things. Then just hit ctrl+e to auto complete.
-
Die die die
Sorry that's what I shout when something doesn't work as I'm a newbie lol
-
Finding a file or folder without seeing any permission denied texts.
find / -name "filetofind" 2>/dev/null