#bashmagic search results

Presales start in April 🏁🏁 #BashMagic

bashmaagic's tweet image. Presales start in April 🏁🏁
#BashMagic
bashmaagic's tweet image. Presales start in April 🏁🏁
#BashMagic

We’re about to drop THE BEST hair and beard moisturizer EVER. #Forthewin #bashmagic

bashmaagic's tweet image. We’re about to drop THE BEST hair and beard moisturizer EVER. #Forthewin #bashmagic

In the bash shell's dance commands echo powerfully a symphony of code. #BashMagic #DMVQuest

SpearsonWa83643's tweet image. In the bash shell's dance
commands echo powerfully
a symphony of code. #BashMagic #DMVQuest

More bash kungfu by Master @RetoKromer 👨‍🔬🦸. Today/tonight/this afternoon is session 1 of 2 of our Bash for Archivist: Advanced Level. Deep diving into command substitution and #debugging techniques 🕵️‍♂️. #bashmagic #CLIwonders #digipres #avpres

joshuatj's tweet image. More bash kungfu by Master @RetoKromer 👨‍🔬🦸. Today/tonight/this afternoon is session 1 of 2 of our Bash for Archivist: Advanced Level. Deep diving into command substitution and #debugging techniques 🕵️‍♂️. #bashmagic #CLIwonders #digipres #avpres
This post is unavailable.

I do this very often too, although it will be much faster to type it . #sysadmin #bashmagic

me_irl: Definitely not lazy, but I am a lazy Unix and Linux sysadmin ;) Ha! Via commitstrip.com/en/2017/02/28/…



#BashMagic Hey Y’all If You Know What’s Good Or You Need To Know What’s Good I Just Told You. Players Do Player Shit Every Day, And This Some Player Shit Here. instagram.com/p/CEqZsMEAHl_/…


7/ 📂 File Operations: Manipulate files with ease. Copy: cp source destination, Move: mv source destination, Delete: rm file, Create: touch file. File handling made simple! 🗂️📝 #FileManipulation #BashMagic


Tip 5: Embrace Command Substitution 💪 Capture the output of one command and use it as input for another with `$(command)`. Level up command-chaining skills. #BashMagic


When you become lazier every day... alias dps='sudo docker ps -a' and alias di='sudo docker images' #linux #bashmagic


This was way better than skimming man pages or Googling errors. 🔁 Will I use AI again for Bash logic? Absolutely. It makes the abstract click — and now I finally get what's happening under the hood. 🧰🐧 #ALX_SE #ALX_FE @alx_africa #BashMagic #LinuxLearning #AIforDev #Terminal


I am being school on the power of curl + jq today. #bashMagic


Healthy hair is rare. If you find a great product.. keep buying it. #bashmagic #bashcutz #labarber


🧙With this magic command you can pull all repositories inside your folder sub-folders in one go: `find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \;` #bashmagic #macos #dev 🚀


Converts a PLIST file into JSON in format of "basename.plist" to "basename.json": find . -type f -name "*.plist" -exec sh -c 'plutil -convert json -o "${0%.plist}.json" "${0}"' {} \; #bash #bashmagic #macOS #dev


Habe wiedermal etwas herum-ge-xarg-t: Count music files in each directory: commandlinefu.com/commands/view/… #bashmagic


Multiple files, a single line of content. View them all at once: tail -n +1 -- {filenamepattern} #bashmagic


In the bash shell's dance commands echo powerfully a symphony of code. #BashMagic #DMVQuest

SpearsonWa83643's tweet image. In the bash shell's dance
commands echo powerfully
a symphony of code. #BashMagic #DMVQuest

7/ 📂 File Operations: Manipulate files with ease. Copy: cp source destination, Move: mv source destination, Delete: rm file, Create: touch file. File handling made simple! 🗂️📝 #FileManipulation #BashMagic


Tip 5: Embrace Command Substitution 💪 Capture the output of one command and use it as input for another with `$(command)`. Level up command-chaining skills. #BashMagic


#BashMagic Hey Y’all If You Know What’s Good Or You Need To Know What’s Good I Just Told You. Players Do Player Shit Every Day, And This Some Player Shit Here. instagram.com/p/CEqZsMEAHl_/…


More bash kungfu by Master @RetoKromer 👨‍🔬🦸. Today/tonight/this afternoon is session 1 of 2 of our Bash for Archivist: Advanced Level. Deep diving into command substitution and #debugging techniques 🕵️‍♂️. #bashmagic #CLIwonders #digipres #avpres

joshuatj's tweet image. More bash kungfu by Master @RetoKromer 👨‍🔬🦸. Today/tonight/this afternoon is session 1 of 2 of our Bash for Archivist: Advanced Level. Deep diving into command substitution and #debugging techniques 🕵️‍♂️. #bashmagic #CLIwonders #digipres #avpres
This post is unavailable.

Presales start in April 🏁🏁 #BashMagic

bashmaagic's tweet image. Presales start in April 🏁🏁
#BashMagic
bashmaagic's tweet image. Presales start in April 🏁🏁
#BashMagic

Healthy hair is rare. If you find a great product.. keep buying it. #bashmagic #bashcutz #labarber


We’re about to drop THE BEST hair and beard moisturizer EVER. #Forthewin #bashmagic

bashmaagic's tweet image. We’re about to drop THE BEST hair and beard moisturizer EVER. #Forthewin #bashmagic

We’re about to drop the best hair and beard moisturizer EVER‼️ #forthewin #bashmagic


🧙With this magic command you can pull all repositories inside your folder sub-folders in one go: `find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \;` #bashmagic #macos #dev 🚀


I do this very often too, although it will be much faster to type it . #sysadmin #bashmagic

me_irl: Definitely not lazy, but I am a lazy Unix and Linux sysadmin ;) Ha! Via commitstrip.com/en/2017/02/28/…



Converts a PLIST file into JSON in format of "basename.plist" to "basename.json": find . -type f -name "*.plist" -exec sh -c 'plutil -convert json -o "${0%.plist}.json" "${0}"' {} \; #bash #bashmagic #macOS #dev


When you become lazier every day... alias dps='sudo docker ps -a' and alias di='sudo docker images' #linux #bashmagic


I am being school on the power of curl + jq today. #bashMagic


Multiple files, a single line of content. View them all at once: tail -n +1 -- {filenamepattern} #bashmagic


Habe wiedermal etwas herum-ge-xarg-t: Count music files in each directory: commandlinefu.com/commands/view/… #bashmagic


No results for "#bashmagic"

Presales start in April 🏁🏁 #BashMagic

bashmaagic's tweet image. Presales start in April 🏁🏁
#BashMagic
bashmaagic's tweet image. Presales start in April 🏁🏁
#BashMagic

We’re about to drop THE BEST hair and beard moisturizer EVER. #Forthewin #bashmagic

bashmaagic's tweet image. We’re about to drop THE BEST hair and beard moisturizer EVER. #Forthewin #bashmagic

In the bash shell's dance commands echo powerfully a symphony of code. #BashMagic #DMVQuest

SpearsonWa83643's tweet image. In the bash shell's dance
commands echo powerfully
a symphony of code. #BashMagic #DMVQuest

More bash kungfu by Master @RetoKromer 👨‍🔬🦸. Today/tonight/this afternoon is session 1 of 2 of our Bash for Archivist: Advanced Level. Deep diving into command substitution and #debugging techniques 🕵️‍♂️. #bashmagic #CLIwonders #digipres #avpres

joshuatj's tweet image. More bash kungfu by Master @RetoKromer 👨‍🔬🦸. Today/tonight/this afternoon is session 1 of 2 of our Bash for Archivist: Advanced Level. Deep diving into command substitution and #debugging techniques 🕵️‍♂️. #bashmagic #CLIwonders #digipres #avpres
This post is unavailable.

Loading...

Something went wrong.


Something went wrong.


United States Trends