Timeline for How can I get a count of files in a directory using the command line?
Current License: CC BY-SA 2.5
31 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 26, 2023 at 10:34 | answer | added | WoodrowShigeru | timeline score: 0 | |
| Apr 4, 2023 at 8:54 | comment | added | user1934428 | @CodyChan : It should be tail -n 1, and even then the count would also include the entries in subdirectories. | |
| Jun 13, 2022 at 12:33 | answer | added | Stéphane Chazelas | timeline score: 5 | |
| Jun 13, 2022 at 12:26 | history | protected | dr_ | ||
| May 10, 2022 at 11:20 | answer | added | user14927127 | timeline score: 0 | |
| Sep 9, 2021 at 7:34 | history | unprotected | AdminBee | ||
| Aug 19, 2020 at 4:42 | answer | added | Hopping Bunny | timeline score: 0 | |
| Dec 4, 2019 at 0:22 | review | Suggested edits | |||
| Dec 4, 2019 at 1:14 | |||||
| Nov 12, 2018 at 21:41 | answer | added | codeforester | timeline score: 2 | |
| Jun 17, 2018 at 16:55 | answer | added | krlmlr | timeline score: 40 | |
| Feb 2, 2017 at 21:23 | history | protected | don_crissti | ||
| Feb 2, 2017 at 21:20 | answer | added | Jonathan Prieto-Cubides | timeline score: 0 | |
| Nov 3, 2016 at 8:00 | comment | added | CodyChan | tree . | tail or tree -a . | tail to include hidden files/dirs, tree is recursive if that's what you want. | |
| Sep 30, 2016 at 13:07 | answer | added | aude | timeline score: 11 | |
| Sep 26, 2016 at 14:42 | comment | added | Trevor Boyd Smith | stackoverflow.com/questions/9157138/… | |
| Jul 23, 2016 at 15:36 | review | Suggested edits | |||
| Jul 23, 2016 at 15:53 | |||||
| Jun 16, 2016 at 20:13 | answer | added | srpatch | timeline score: 0 | |
| Apr 25, 2016 at 22:05 | answer | added | AMIC MING | timeline score: -2 | |
| Mar 1, 2016 at 19:13 | answer | added | Tiger | timeline score: -2 | |
| Oct 22, 2015 at 8:03 | answer | added | Jbnair | timeline score: 5 | |
| May 13, 2015 at 9:22 | answer | added | user115186 | timeline score: -3 | |
| Mar 12, 2015 at 21:35 | answer | added | Frax | timeline score: 18 | |
| Jan 18, 2015 at 15:28 | answer | added | DaboD | timeline score: 2 | |
| Dec 19, 2014 at 10:05 | answer | added | lev | timeline score: 3 | |
| Aug 24, 2010 at 19:09 | vote | accept | Blake | ||
| Aug 24, 2010 at 1:16 | answer | added | Dennis Williamson | timeline score: 1 | |
| Aug 24, 2010 at 0:57 | answer | added | nicomen | timeline score: 24 | |
| Aug 23, 2010 at 23:26 | answer | added | Gilles 'SO- stop being evil' | timeline score: 9 | |
| Aug 23, 2010 at 23:01 | answer | added | Maja Piechotka | timeline score: 54 | |
| Aug 23, 2010 at 21:56 | answer | added | James | timeline score: 459 | |
| Aug 23, 2010 at 21:49 | history | asked | Blake | CC BY-SA 2.5 |