I am using the follwing command to extract lines from 10 to 20 from a
Hello Gurus,
I want to extract lines from 10 to 20 from a file and write them to another file. Line length in the file is 1187 characters. I am using the follwing command for this. After I execute this command I am not getting the command prompt back. It hangs ...
sed -n 10,20p file > file1
What is wrong in this command? Is the line length giving the problem ???
Any solution ??
Thanks in advance
Mallik
Thanks in advance
Mallik
Hello Gurus,
I want to extract lines from 10 to 20 from a file and write them to another file. Line length in the file is 1187 characters. I am using the follwing command for this. After I execute this command I am not getting the command prompt back. It hangs ...
sed -n 10,20p file > file1
What is wrong in this command? Is the line length giving the problem ???
Any solution ??
Thanks in advance
Mallik
Thanks in advance
Mallik