Results for "Bash"

Wire posts

  • List all the bash command related to time $ apropos time #bash #time #list

    1933 days ago

  • Write in a file in bash $ cat >> file then ctrl+d to exit #bash #cat #write

    1933 days ago

  • Read a file in terminal $ less file2 #bash #less

    1933 days ago

  • Create user with bash $su - joker #user #bash #create

    1933 days ago

  • https://github.com/stephenturner/oneliners #Bash #Tutorial #OneLiner

    1657 days ago

  • Awk hack for bioinformatician https://www.shellhacks.com/awk-print-column-change-field-separator-linux-bash/ #Hack #Bioinfo #Bash

    1566 days ago

  • Extract the underscore separated values. $ awk '{split($0,a,"_"); print a[1]"_"a[2]}' aaa.txt | sort | uniq -u > all_ids_sm.txt #awk #bash #underscore #list

    1491 days ago

  • sort the string which combined with string + numeric using bash script. $ sort -V #Sort #sort #number #string

    1199 days ago