unix命令截断文件内容
有人可以帮助我使用 unix 命令来截断目录中文件的内容。我在 Windows 中使用 Cygwin。
can someone help me with unix command to truncate the contents of the files in the directory. I am using Cygwin in windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只是从任何地方重定向:
Just redirect from nowhere:
如果您想截断文件以保留文件的最后 n 行,您可以执行类似的操作(本例中为 500 行)
If you want to truncate a file to keep the n last lines of a file, you can do something like (500 lines in this example)