Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/shellBasic/structured_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ cat test3.sh
#
testuser=Christine
#
if grep $testuser /etc/passwd then
if grep $testuser /etc/passwd; then
echo "This is my first command"
echo "This is my second command"
echo "I can even put in other commands besides echo:"
Expand Down