##Difference:
> Overwrite output to text (Recommended learning: linuxOperation and Maintenance)
< Use the following file as the input of the previous command
touch test.txt
[root@oracle1 test]# cat < a bash: a: No such file or directory
[root@oracle1 test]# cat > test.txt aaa ^C [root@oracle1 test]# cat test.txt aaa [root@oracle1 test]# cat < test.txt aaa
The above is the detailed content of linux < >difference. For more information, please follow other related articles on the PHP Chinese website!