Change Directory back to your work folder on the Bowen drive (/{letter}/work/{COHORT}/{IDENT}/
)
And then into content/week01/shell-intro/
first_n_last.sh
that, when given a list of files as argument(s),
will, for each file (hint: for and $@), do the following:
exercise-data/creatures/*.dat
exercise-data/creatures/basilisk.dat
COMMON NAME: basilisk
CGCGCCCACC
-------
exercise-data/creatures/minotaur.dat
COMMON NAME: minotaur
GCCTTCACGG
-------
exercise-data/creatures/unicorn.dat
COMMON NAME: unicorn
CGCGCCCACC
-------
creatures_first_n_last.txt
« Back | Next » |