文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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).
 
相关阅读 更多 +
排行榜 更多 +
画线救救火柴人无限体力

画线救救火柴人无限体力

休闲益智 下载
百变躲猫猫中文版

百变躲猫猫中文版

休闲益智 下载
野蛮人部落战争中文版

野蛮人部落战争中文版

休闲益智 下载