Hello guys this is my first time working on project like this ! can someone please help me ?
I have no idea where to start and it's really important to improve my grades ! i need someone to try this and send me the script so i can analyse it and understand it ! PLEASE
**Write the show_usage function which displays on standard output the message in the form following with the display of the appropriate options: & quot; sauv_favori: [-h | --help] [-T] [-t] [-n] [-N] [-d] [-m] [-s] path **
65. The script must test for the presence of at least one argument, otherwise it displays the usage on the
output error and fail.
66. function called HELP which displays help from a text file containing a
detailed description of the application.
Options• -a: This option evokes a function which takes an argument (a string without space)
and add the path (after verifying its existence) to your favorites list.
• NB: list of favorites (a file which contains lines. Each line is a path
absolute of a directory or file.
• -c: This option triggers a function that moves to a favorite directory. This
function takes one argument (a string without spaces) and searches the favorites list. Yes
the favorite exists, the function changes the working directory, otherwise, it does nothing.
• -r: Remove a favorite from the list
• -l: display the list of all favorites with the option
• -h: the -h option to display detailed help from a text file
• -g: to display a graphic menu (example via YAD)
• -m: to display a text menu (loop menu)
• -s: save images passed as argument by the -s option in a
• Favorite_images directory, check their number of pixels and set them to a value at the
choice if they exceed 700x700.
-n: To rename the saved images adopting this format
NAME_DATE_TIME.jpg
• -h: To display detailed help from a text filePg. 24
• -g: To display a textual menu and manage the functionalities in a
graph (Using YAD).
• -v: To display the name of the authors and version of the code.
• -m: To display a text menu