Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 56: Line 56:  
  less -S ${IN}/fastq/HG00551.SRR190851_1.fastq
 
  less -S ${IN}/fastq/HG00551.SRR190851_1.fastq
 
<code>less</code> is a Linux command that allows you to look at a file.
 
<code>less</code> is a Linux command that allows you to look at a file.
*<code>-S</code> option prevents line wrap.
+
*<code>-S</code> option prevents line wrap
* Use the arrow (up/down/left/right) keys to scroll through the file.
+
* Use the arrow (up/down/left/right) keys to scroll through the file
* Use <code>zless</code> if the file is compressed (it isn't).
+
* Use the <code>space bar</code> to jump down a page
 
Use <code>'q'</code> to exit out of <code>less</code>
 
Use <code>'q'</code> to exit out of <code>less</code>
 
  q
 
  q

Navigation menu