Show certain lines by line number: Difference between revisions

Jump to navigation Jump to search
m
(Created page with "Show certain lines by line number of string file == Testing text file == <pre> echo "line 1" > test.txt echo "line 2" >> test.txt echo "line 3" >> test.txt echo "line 4" >> t...")
 
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
Show certain lines by line number of string file
Show certain lines by line number of string file


== Testing text file ==
== Prepare the testing text file ==
<pre>
<pre>
echo "line 1" > test.txt
echo "line 1" > test.txt

Navigation menu