I have a unix file:
file contents:
foo.text:
s_map_test
$$param_name_20 070919112345
I want to extract only the 2nd part of the line, and write to new file - foo.out
The New file should have:
foo.out:
20070919112345
Thanks for help
file contents:
foo.text:
s_map_test
$$param_name_20 070919112345
I want to extract only the 2nd part of the line, and write to new file - foo.out
The New file should have:
foo.out:
20070919112345
Thanks for help
Comment