Difference between revisions of "Hdi2u S18"
(Created page with "= Linking to files = * copying big files can exhaust hard disk quickly. * You can instead create a link to it with the <code>ln -s</code> command. ln -s current.file linktoc...") |
(No difference)
|
Latest revision as of 22:36, 19 April 2017
Linking to files
- copying big files can exhaust hard disk quickly.
- You can instead create a link to it with the
ln -s
command.
ln -s current.file linktocurrent.file
Exercises
- Try creating a link to
multiple.fasta
- Run
ls -l
on it - Run
ls -lH
on it. what do you think is happening?