# Concatenate multiple commands into one line and execute each one. # This will cd to home dir and list all files (UNIX). cd ~; ls -ag
# Concatenate multiple commands into one line and execute each one. # This will cd to home dir and list all files (UNIX). cd ~; ls -ag