-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.sh
More file actions
16 lines (15 loc) · 863 Bytes
/
help.sh
File metadata and controls
16 lines (15 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clear
BICyan='\033[1;96m' # Cyan
Color_Off='\033[0m' # Text Reset
Black='\033[2;37m' # Black
IGreen='\033[0;92m' # Green
BYellow='\033[3;93m' # Yellow
printf "\t\t${BICyan} UNIX EXPERT MODE HELP ${Color_Off}\n"
printf "\n"
printf "This mode has four arguments - help, file, text and status.\n\n"
printf "${BYellow}help${Color_Off}\vThis argument shows the method to use the EXPERT mode\n\n"
printf "${BYellow}file${Color_Off}\vThis argument shows the list of files and directory management commands\n\n"
printf "${BYellow}text${Color_Off}\vThis argument shows the list of text processing commands\n\n"
printf "${BYellow}status${Color_Off}\vThis argument shows various system information\n\n"
printf "\n\n"
printf "\t${BYellow}This project has been created by Soumyadwip${Color_Off} \n\n\n\t\t\t${Black}D A Я K${Color_Off}\n\n\n\n"