UNIX/Linux Bash Shell Scripting: Menu Driven Shell Script - Using Dialog Utility

UNIX/Linux Bash Shell Scripting: Menu Driven Shell Script - Using Dialog Utility

瀏覽:1295
日期:2024-05-23
#!/bin/bash # SCRIPT : menu_dialog.sh # PURPOSE : A menu driven Shell script using dialog utility # which has following options: # Display Today's Date and Time. # Display calendar. # Delete selected file from supplied directory....看更多