Skip to content

Commit

Permalink
Adds cat to help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldus committed Oct 8, 2021
1 parent 2a1db84 commit 730f354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion path_to_adventure/.welcome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cat << EOF
This is a list of commands that will be useful on your adventure:
${BOLD}ls${RESET}, ${BOLD}cd${RESET}, ${BOLD}pwd${RESET}, ${BOLD}rm${RESET}, ${BOLD}rmdir${RESET}, ${BOLD}mv${RESET}, ${BOLD}grep${RESET}, ${BOLD}wc${RESET}, ${BOLD}chmod${RESET}, ${BOLD}touch${RESET}, ${BOLD}mkdir${RESET}, ${BOLD}man${RESET}, ${BOLD}echo${RESET}, ${BOLD}vim${RESET}
${BOLD}ls${RESET}, ${BOLD}cat${RESET}, ${BOLD}cd${RESET}, ${BOLD}pwd${RESET}, ${BOLD}rm${RESET}, ${BOLD}rmdir${RESET}, ${BOLD}mv${RESET}, ${BOLD}grep${RESET}, ${BOLD}wc${RESET}, ${BOLD}chmod${RESET}, ${BOLD}touch${RESET}, ${BOLD}mkdir${RESET}, ${BOLD}man${RESET}, ${BOLD}echo${RESET}, ${BOLD}vim${RESET}
If you really need extra help, you can type ${BOLD}omg-help${RESET} to get a
quick description of each of these commands.
Expand All @@ -94,6 +94,7 @@ You will also want to use the common flags you learned for some of these
commands:
${BOLD}ls${RESET} -> list the files in the current directory
${BOLD}cat${RESET} -> print the contents of a file to the terminal
${BOLD}cd${RESET} -> change to a different directory
${BOLD}pwd${RESET} -> print what directory you're in
${BOLD}rm${RESET} -> delete a file
Expand Down

0 comments on commit 730f354

Please sign in to comment.