14,953
edits
(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 | ||
== | == Prepare the testing text file == | ||
<pre> | <pre> | ||
echo "line 1" > test.txt | echo "line 1" > test.txt | ||