Say a file called abc exists in the current directory and it has some text in it. When you execute the command:
cat abc > abc Why do the contents of the the file abc disappear?
Why does the command delete the text in it and the file becomes an empty file?
cutchange a file in place?cat abc | dog abctee.