Trying to create file in /opt
folder with command:
sudo echo '01' > aaa
Got error -bash: aaa: Permission denied
Works fine if I create file, edit and save with vim
sudo vim aaa
Why I'm getting error while create file with one command while no error with other one?