Explore tweets tagged as #BashMagic
"Linux Power Moves: Essential Commands for Command-Line Wizards!". #crawsecurity #crawacademy #crawsec #LinuxCommands #CommandlineMastery #LinuxTips #BashMagic #CLIWizardry #LinuxLife #TerminalTricks #TechGeek #OpenSource #SysAdminSkills
0
0
1
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
0
0
11
I do this very often too, although it will be much faster to type it . #sysadmin #bashmagic.
0
0
1
Multiple files, a single line of content. View them all at once: tail -n +1 -- {filenamepattern} #bashmagic.
0
0
0
#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.
0
0
0
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.
1
0
1
Find all files not used in #golang #present slides:. for f in $(find prez-dir); do. grep -q $f prez.slide || echo $f. done. #bashmagic.
0
2
4
When you become lazier every day. alias dps='sudo docker ps -a' and alias di='sudo docker images' #linux #bashmagic.
0
0
1