Timeline for Split string using multiple delimiter
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 30, 2019 at 11:18 | comment | added | Yogi | Thanks @darxmurf - Currently I am using the "for my_file in redirections/*.redirections; do fname=$(basename $my_file); awk -v OFS=, '{print $3,$6}' $my_file | tr -d }\; >> redirect-csv/${fname%redirections}csv done" this command but I am unable to add "if ($1 == location)" this condition in above command, do you have any suggestion for it. | |
| Apr 30, 2019 at 10:47 | history | answered | darxmurf | CC BY-SA 4.0 |