Timeline for how can I recursively delete empty directories in my home directory? [duplicate]
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:37 | history | edited | CommunityBot | replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/ | |
| Oct 21, 2013 at 20:23 | comment | added | Richard | I have my machine mount a tmpfs ram drive to the /z/ directory on start-up and do all my temporary work there. | |
| Sep 19, 2013 at 0:07 | history | edited | Michael Durrant | CC BY-SA 3.0 | added 5 characters in body; edited title |
| Sep 11, 2013 at 13:02 | review | Reopen votes | |||
| Sep 11, 2013 at 13:32 | |||||
| Mar 1, 2013 at 8:07 | vote | accept | Santosh Kumar | ||
| S Aug 29, 2012 at 19:00 | history | edited | CommunityBot | insert duplicate link | |
| S Aug 29, 2012 at 19:00 | history | closed | Gilles 'SO- stop being evil' jasonwryan Renan Ulrich Dangel jw013 | exact duplicate | |
| Aug 26, 2012 at 0:00 | history | tweeted | twitter.com/#!/StackUnix/status/239512623488573441 | ||
| Aug 25, 2012 at 23:35 | comment | added | emory | This does not answer your question, but could solve the underlying problem. I often use the construct: WORK=$(mktemp -d) or cd $(mktemp -d). Of course don't put important files that you need to preserve in those directories. But most likely your system is already setup to automagically make those files disappear after a while. | |
| Aug 25, 2012 at 22:23 | review | Close votes | |||
| Aug 29, 2012 at 19:00 | |||||
| Aug 25, 2012 at 21:53 | history | edited | Santosh Kumar | CC BY-SA 3.0 | deleted 1 characters in body |
| Aug 25, 2012 at 21:47 | answer | added | Baldrick | timeline score: 605 | |
| Aug 25, 2012 at 21:21 | answer | added | jordanm | timeline score: 26 | |
| Aug 25, 2012 at 21:14 | history | asked | Santosh Kumar | CC BY-SA 3.0 |