Skip to content

Files

Latest commit

author
shyam sunder k
Apr 1, 2021
d9ddec8 · Apr 1, 2021

History

History
13 lines (11 loc) · 314 Bytes

2021-03-29-linux_commands.org

File metadata and controls

13 lines (11 loc) · 314 Bytes

linux commands

  1. Remove empty directories
    find top_directory -type d -exec rmdir {} ; 2>/dev/null