Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Cut and paste in Linux?
So what I am trying to do is cut the fifth field from a fixed length record and paste it into the first field using a single line command. I am attempting to do this using a pipe and having no luck thinking of the second command to use. Probably something simple I am just overlooking, thanks in advance. The command I have so far is...
cut -c26-35 file | {Hamster stops turning the wheel at this point}