Can you help please?
I have a text file ".txt" and i want to specify lines to read from it in command line.
i.e
my.txt contains
Line 1 of text
Line 2 of text
Line 3 of text
Line 4 of text
Line 5 of text
Line 6 of text
Input
Java LineReader 3,5
or
Java LineReader 3 5
Output
Line 3 of text
Line 4 of text
Line 5 of text
I Hope its easy
I have a text file ".txt" and i want to specify lines to read from it in command line.
i.e
my.txt contains
Line 1 of text
Line 2 of text
Line 3 of text
Line 4 of text
Line 5 of text
Line 6 of text
Input
Java LineReader 3,5
or
Java LineReader 3 5
Output
Line 3 of text
Line 4 of text
Line 5 of text
I Hope its easy