💡 Daily Tips: Basic Linux commands used for File and Directory Management 🐧📂🐍 #Linux #FileManagement #LinuxCommands #Python
1
0
3
0
558
What will be the command to find all files in all sub directories to delete, where file name ends with .log ?
1
0
0
0
35
Looking to find all files with a .log extension in subdirectories? Use this command: find /your/directory/path -type f -name "*.log" If you want to delete them: find /your/directory/path -type f -name "*.log" -exec rm {} \; Remember, "exec rm {} \;" permanently deletes files
1
1
2
0
47
United States Trends
- 1. Obamacare 157K posts
- 2. Texas Tech 8,244 posts
- 3. Gameday 30.9K posts
- 4. #SaturdayVibes 5,120 posts
- 5. Ugarte 16.6K posts
- 6. Sesko 47.6K posts
- 7. #Caturday 5,299 posts
- 8. Trump Stadium 2,748 posts
- 9. Beaver Stadium N/A
- 10. Good Saturday 34.3K posts
- 11. Richarlison 22.3K posts
- 12. Calen Bullock N/A
- 13. Insurance 200K posts
- 14. Luis Diaz 27.3K posts
- 15. Miss St N/A
- 16. Amorim 64.2K posts
- 17. St. John 3,908 posts
- 18. Pat McAfee N/A
- 19. Goretzka 2,079 posts
- 20. Odobert 5,013 posts
Loading...
Something went wrong.
Something went wrong.