Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create 09-tips-and-tricks #29

Open
ChristinaLK opened this issue Jul 15, 2015 · 2 comments
Open

create 09-tips-and-tricks #29

ChristinaLK opened this issue Jul 15, 2015 · 2 comments

Comments

@ChristinaLK
Copy link
Contributor

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 Create 08-streams.md #24
  • reading lines from a file with while read line

discuss!

@Deborah-Digges
Copy link

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.

@ChristinaLK
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants