This article presents a script for managing files in the Downloads directory. The script is designed to be backward compatible with Ubuntu 20.04 and R 7 to 8. It provides various options for file management, including listing files, outputting to terminal or a file, deleting files, and searching for matching results.
The script starts by accepting parameters and then generates the desired output based on the chosen option. The options include:
- Show: This option outputs a list of files in the Downloads directory to the terminal.
-
Output to File: This option allows the user to specify a file name and generates a file with the list of files in the Downloads directory.
-
Delete and Verify: This option prompts the user to confirm the deletion of files in the list. If confirmed, the script deletes the files and creates a log file of the deletions.
-
Search Again: This option searches for matching results in the Downloads directory and outputs them to the terminal.
The script provides a cleanup option that displays the total number of files in the Downloads directory and prompts the user to confirm the deletion. If confirmed, the script deletes the files and creates a log file.
Overall, this script offers a convenient way to manage files in the Downloads directory using the command line. It provides flexibility and control over file operations, making it a useful tool for file management tasks.