FreeTyping

Shell/Bash Code Typing Practice

60
seconds
0
WPM
100%
accuracy
#!/bin/bash command > file [ -d directory ] for file in *.txt; do until [ condition ]; do read -p "Input: " var $((expression)) command 2>&1 [ -z "string" ] elif [ other ]; then for i in {1..10}; do [ $a -eq $b ] if [ condition ]; then $(command) $# argument count $? exit status $1 $2 $@ command < file [ $a -lt $b ] export VAR=value command >> file [ -f file ] ${VARIABLE} else return $value done command1 | command2 pattern) command ;; case $var in [ -n "string" ] esac echo "Hello World" function name() {} command1 || command2 $VARIABLE $$ process id while [ condition ]; do fi [[ $a == $b ]] command1 && command2 #!/bin/bash command > file [ -d directory ] for file in *.txt; do until [ condition ]; do read -p "Input: " var $((expression)) command 2>&1 [ -z "string" ] elif [ other ]; then for i in {1..10}; do [ $a -eq $b ] if [ condition ]; then $(command) $# argument count $? exit status $1 $2 $@ command < file [ $a -lt $b ] export VAR=value
Click the text area and start typing to begin

Practice typing shell scripts and command line

Related Practice