Redirect stderr untuk mengajukan linux

command > file.txt  # redirect stdout -> file
command &> file.txt # redirect stderr -> file
Gifted Gull