no such file or directory after split command
file a.txt contains:
1 one
2 two
3 three
4 four
5 five
6 six
The the command:
split -2 a.txt output_ yields as output three new files output_a, output_b, output_c
and I type:
cat output_a I received a message:
no such file or directory but I cant view output_a in gedit. I can't understand it ??
file a.txt contains:
1 one
2 two
3 three
4 four
5 five
6 six
The the command:
split -2 a.txt output_ yields as output three new files output_a, output_b, output_c
and I type:
cat output_a I received a message:
no such file or directory but I cant view output_a in gedit. I can't understand it ??
No comments:
Post a Comment