Hdi2u S18

From wiki
Revision as of 23:36, 19 April 2017 by Rf (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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?