Results for "Bash"

Tags

  • ls -a to list all files #bash #list #ls

    Tags: bash, list, ls

    1935 days ago

  • Find the file $ locate xgenome or locate fstab #bash #locate

    Tags: bash, locate

    1935 days ago

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

    Tags: bash, time, list

    1935 days ago

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

    Tags: bash, cat, write

    1935 days ago

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

    Tags: bash, less

    1935 days ago

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

    Tags: user, bash, create

    1935 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

    Tags: awk, bash, underscore, list

    1493 days ago