Timeline for Awk to output read file
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:39 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Jan 1, 2013 at 1:52 | answer | added | Greg A. Woods | timeline score: 0 | |
| Jan 1, 2013 at 1:08 | comment | added | Greg A. Woods | redirecting to the file you're trying to read isn't going to work very well -- you're going to end up with an empty file. AWK itself has no way to search directories either, so you'll have to, at minimum, feed it a list of files to work with, meaning you'll have to use find as well. | |
| Dec 31, 2012 at 17:46 | comment | added | Rob | I wonder if there's a flag like sed's i? | |
| Dec 31, 2012 at 17:26 | vote | accept | DᴀʀᴛʜVᴀᴅᴇʀ | ||
| Mar 11, 2015 at 17:04 | |||||
| Dec 18, 2012 at 17:01 | history | edited | DᴀʀᴛʜVᴀᴅᴇʀ | CC BY-SA 3.0 | added 141 characters in body |
| Dec 18, 2012 at 16:40 | answer | added | jsbillings | timeline score: 3 | |
| Dec 18, 2012 at 16:34 | history | asked | DᴀʀᴛʜVᴀᴅᴇʀ | CC BY-SA 3.0 |