文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Unix清空文件保留访问权限的四个方法

Unix清空文件保留访问权限的四个方法

时间:2010-07-23  来源:meteorm

1, cat /dev/null >data.xxx  # File "data.xxx" now empty. 2, : > data.xxx   # File "data.xxx" now empty.    3, echo > data.xxx   # File "data.xxx" now empty.  4, > data.xxx   # File "data.xxx" now empty.      : null command. [colon] This is the shell equivalent of a "NOP" (no op, a do?nothing operation). It
may be considered a synonym for the shell builtin true. The ":" command is a itself a Bash builtin,
and its exit status is "true" (0).
 
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载