Find the word that is hidden in the letter soup.
We have hidden the word in a multi-line text file, where each line contains a jumble of printable characters.
!,,9](.9:7],#~"$18\"-{}%3?~046:@3.0;*{_,37"-;*~*.35?1L+<0<i~?}^ }73~_~*,#{`:)?n$:^"|~+%+2_1>24_\~999+.`;!]"}$"1/*960&u|$?8=%.=$ ?.,]1^:|"+;&6[@$46)>"<*<../s/`*34":3[#T#"+(4[%@4/%"",].,8*#$<>1 *//*)~#|^6="89>"_}6!9+$19@73.{##4%)\28/>/@4;"\:@7"7(=o>%"%2=|`- ,r4(52/-9|.[$/.|{<?=-_8^>>$-!-`>:|:v?*7:}@`!a`-85,[6"/}71#(1l/[ "8*\!;.15$<{]{=)[="$@>]659{<[9&#^7"<9:;^/422|`<5"&)~^8:d@`*:\/) ;~=^1&{8|`_[6-(??[+`#^|:,%]}"`*}8\s5>-98$!%3+3037|>%;25(#*{-6/.
The word can be found by putting all letters (both uppercase and lowercase letters) from the text file one after another, while reading the file from left to right and from top to bottom. This way, for example, you read the word LinusTorvalds from the above file.
Complete the following Unix command so that it outputs the word that is hidden in the file to stdout.
$ cat <file> | …
In the following interactive bash session we assume the text files soup_01.txt1 and soup_02.txt2 to be located in the current directory. The contents of the first file have been used as an example in the introduction of this assignment.
$ cat soup_01.txt3 | … LinusTorvalds $ cat soup_02.txt4 | … AdaLovelace