Can I find and save in array (or string) all words in file that starts from specific offset in each line?
For example, I have file with the following text:
270 mc
271 sudo add-apt-repository ppa:webupd8team/unstable
272 sudo apt-get update && sudo apt-get install go-mtpfs
273 sudo apt-get install go-mtpfs-unity
274 go-mtpf
I want to get the following list from it:
mc sudo sudo sudo go-mtfp