Timeline for Count whitespace in directory BASH
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 24, 2020 at 9:50 | vote | accept | ApoSkunz | ||
| Aug 24, 2020 at 9:48 | answer | added | Stéphane Chazelas | timeline score: 1 | |
| Aug 24, 2020 at 9:31 | answer | added | ApoSkunz | timeline score: 0 | |
| Aug 24, 2020 at 9:19 | comment | added | pLumo |
The output of wc -c $f is a number, so what are you trying to do with awk -v RS='[[:space:]]' 'END{print NR}' ?
|
|
| Aug 24, 2020 at 9:17 | answer | added | pLumo | timeline score: 0 | |
| Aug 24, 2020 at 9:16 | comment | added | Chris Davies | I'm not completely sure I understand what it is you want to count. Can you provide an example in your question, please, showing what it is you're counting and how many of them are present in it | |
| Aug 24, 2020 at 9:16 | review | First posts | |||
| Aug 24, 2020 at 14:20 | |||||
| Aug 24, 2020 at 9:14 | history | edited | Wieland | CC BY-SA 4.0 |
Improve formatting by wrapping code in triple backticks
|
| Aug 24, 2020 at 9:12 | history | asked | ApoSkunz | CC BY-SA 4.0 |