shell-extras icon indicating copy to clipboard operation
shell-extras copied to clipboard

create 09-tips-and-tricks

Open ChristinaLK opened this issue 10 years ago • 2 comments

for everything else that doesn't fit? Something a beginner would understand, but is a helpful shortcut or common task. I'm thinking of:

  • using cd -
  • for file in *.fq; do echo $file; mv $file ${file/.fq}.fastq; done
  • tee #24
  • reading lines from a file with while read line

discuss!

ChristinaLK avatar Jul 15 '15 04:07 ChristinaLK

There's a pretty popular repository with just that--tips and tricks: https://github.com/jlevy/the-art-of-command-line/blob/master/README.md#everyday-use

Maybe we could pick out the more useful and beginner friendly ones for this section.

Deborah-Digges avatar Jul 26 '15 09:07 Deborah-Digges

Thanks for the tip! Maybe we can link to this somewhere in the lesson...

ChristinaLK avatar Jul 29 '15 02:07 ChristinaLK