I have a file called file1.txt
The contents are similiar to:
big red dog jumps over fence
blue bird in yard
hound chases fox
I need to use sed or something else to read the input file and output to new file2.txt after joining all the words to look like:
bigreddogjumpsoverfence
bluebirdinyard
houndchasesfox
Any help would be appreciated!
Beaster
The contents are similiar to:
big red dog jumps over fence
blue bird in yard
hound chases fox
I need to use sed or something else to read the input file and output to new file2.txt after joining all the words to look like:
bigreddogjumpsoverfence
bluebirdinyard
houndchasesfox
Any help would be appreciated!
Beaster