This website requires JavaScript.
Explore
Help
Sign in
iProbe
/
Docs
Watch
0
Star
0
Fork
You've already forked Docs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ea19f0bba0
Docs
/
linux基础
/
awk不打印第一行.md
iProbe
ba848e218d
first commit
2022-10-18 16:59:37 +08:00
37 B
Raw
Blame
History
cat access.log | awk 'NR>1{print $1}'