$ echo hello hello $ echo one && echo two one two $ echo "working directory: $(basename $PWD)" working directory: ...