The method of viewing and manipulating files in linux
This article uses simple and easy-to-understand examples to introduce linux view and operation file method, code is very detailed, interested friends can refer to reference, hope to be helpful to everyone.
1. Check which files are in the directory
ls -l #Show details
2. View file creation time, modification time and access time
stat filename
3. View file contents
cat filename #One-time output file content more filename #Screen-by-screen output file content head filename #View file head tail filename #View file tail About linux view and operation file method shared here, I hope the above content can have some help for everyone, you can learn more knowledge If you think the article is good, you can share it so that more people can see it.