Difference between revisions of "Hdi2u S18"

From wiki
Jump to: navigation, search
(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 23: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?