#commandlinetips search results

I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

nickteissler's tweet image. I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

Get a list of listening TCP ports on macOS / Linux: lsof -n -P -iTCP | grep '*:' #CommandLineTips

fortysevenfx's tweet image. Get a list of listening TCP ports on macOS / Linux:

lsof -n -P -iTCP | grep '*:'

#CommandLineTips

Bash Tip 1: Reuse the last argument of your previous command with `!$`. #Bash #CommandLineTips

tecadmin's tweet image. Bash Tip 1:  Reuse the last argument of your previous command with `!$`. 

 #Bash #CommandLineTips

11 #commandlinetips that you probably missed: bit.ly/2e4IuJF

oursky's tweet image. 11 #commandlinetips that you probably missed: bit.ly/2e4IuJF

Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

carles_pinux's tweet image. Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

🔤 Master the echo command in Linux! Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide. 👉 voxfor.com/how-to-use-the… #LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

voxfor1's tweet image. 🔤 Master the echo command in Linux!

Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide.

👉 voxfor.com/how-to-use-the…

#LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

#CommandLineTips Compare two directories: diff --brief -r dir1/ dir2/


#Justlearned - to stop your mac going to sleep while you have a long-running process, run caffeinate -u -t 1800 (time in seconds) #commandlinetips


My new best friend: git checkout - #commandlinetips


Just discovered a game-changer in bash: You can quickly search through your command history with Ctrl + R! 🔍 No more scrolling—just type and find your previous commands instantly. 🖥️ #Bash #CommandLineTips


#TechTip File download for a file with public access wget -c file_path That is faster than browser download, can resume and also provides a proper progress tracker #CommandLineTips


Tip 3: Create Shortcuts and Aliases 🎯 Save time with custom shortcuts/aliases. Harness environment variables for efficiency. Check out Awesome Bash Aliases: github.com/agarrharr/awes… #CommandLineTips


¡Aprovecha al máximo tu terminal en Linux! 🐧 Prueba este comando para mostrar la lista de archivos ordenados por tamaño: 'ls -S' 📂 #Linux #CommandLineTips


I created helpful functions that helps to edit or navigte directories at the light of speed gist.github.com/enisozgen/5f34… #commandLineTips


Master the art of piping! 🚀 Use the "|" symbol to combine commands. Example: "command1 | command2" sends the output of command1 as input to command2. Unlock endless possibilities for data manipulation and processing! 💡 #Linux #CommandLineTips


A good mnemonic for the "tar -czf" options is "Create Zip File" #commandlinetips


'grep -w xxx' to get the exact math of xxx #commandlinetips


And there you have it! These basic commands will help you navigate the Linux file system. Stay tuned for more tips and tricks! #LinuxBeginners #CommandLineTips #mentorship [9/9]


🔤 Master the echo command in Linux! Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide. 👉 voxfor.com/how-to-use-the… #LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

voxfor1's tweet image. 🔤 Master the echo command in Linux!

Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide.

👉 voxfor.com/how-to-use-the…

#LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

Just discovered a game-changer in bash: You can quickly search through your command history with Ctrl + R! 🔍 No more scrolling—just type and find your previous commands instantly. 🖥️ #Bash #CommandLineTips


Bash Tip 1: Reuse the last argument of your previous command with `!$`. #Bash #CommandLineTips

tecadmin's tweet image. Bash Tip 1:  Reuse the last argument of your previous command with `!$`. 

 #Bash #CommandLineTips

Master the art of piping! 🚀 Use the "|" symbol to combine commands. Example: "command1 | command2" sends the output of command1 as input to command2. Unlock endless possibilities for data manipulation and processing! 💡 #Linux #CommandLineTips


Happy #LinuxRedirection! 🚀 Master these tricks for efficient command-line magic! 🧙‍♂️ #Linux #CommandLineTips 🐧💻


Tip 3: Create Shortcuts and Aliases 🎯 Save time with custom shortcuts/aliases. Harness environment variables for efficiency. Check out Awesome Bash Aliases: github.com/agarrharr/awes… #CommandLineTips


¡Aprovecha al máximo tu terminal en Linux! 🐧 Prueba este comando para mostrar la lista de archivos ordenados por tamaño: 'ls -S' 📂 #Linux #CommandLineTips


#sed en #Linux! Esta potente herramienta de edición en línea de comandos te permite manipular archivos de texto rápidamente y eficientemente 📄🚀. Ideal para buscar, reemplazar, insertar o eliminar texto en archivos grandes 🌟. #CommandLineTips #SysAdmin #UnixTools


And there you have it! These basic commands will help you navigate the Linux file system. Stay tuned for more tips and tricks! #LinuxBeginners #CommandLineTips #mentorship [9/9]


#Justlearned - to stop your mac going to sleep while you have a long-running process, run caffeinate -u -t 1800 (time in seconds) #commandlinetips


#TechTip File download for a file with public access wget -c file_path That is faster than browser download, can resume and also provides a proper progress tracker #CommandLineTips


I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

nickteissler's tweet image. I shared some git log tips with my @bignerdranch team yesterday. I've found the need to use commands like these appeared as soon as I knew they existed. #git #commandlinetips

Get a list of listening TCP ports on macOS / Linux: lsof -n -P -iTCP | grep '*:' #CommandLineTips

fortysevenfx's tweet image. Get a list of listening TCP ports on macOS / Linux:

lsof -n -P -iTCP | grep '*:'

#CommandLineTips

Bash Tip 1: Reuse the last argument of your previous command with `!$`. #Bash #CommandLineTips

tecadmin's tweet image. Bash Tip 1:  Reuse the last argument of your previous command with `!$`. 

 #Bash #CommandLineTips

11 #commandlinetips that you probably missed: bit.ly/2e4IuJF

oursky's tweet image. 11 #commandlinetips that you probably missed: bit.ly/2e4IuJF

Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

carles_pinux's tweet image. Add a progress bar in any commands that read from stdin (replace "cat" with "pv"): "pv file.sql | mysql -uUSER -pPASS database_name" (pv is pipe viewer, available in Debian). See more examples in: ivarch.com/programs/pv.sh… #commandline #commandlinetips #linux

🔤 Master the echo command in Linux! Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide. 👉 voxfor.com/how-to-use-the… #LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

voxfor1's tweet image. 🔤 Master the echo command in Linux!

Learn how to use the echo command for displaying messages, creating files, and scripting with our easy-to-follow guide.

👉 voxfor.com/how-to-use-the…

#LinuxBasics #EchoCommand #CommandLineTips #SysAdminSkills #TechTutorials

Loading...

Something went wrong.


Something went wrong.


United States Trends