杂记

1.jstl的when标签不能单独使用,必须直接包含在choose下,后面可以不带otherwise

2.如何根据i结点删除文件?

temp$ ls -li
total 281552
666632 -rwxrwxrwx 1 ng_crm crmgrp 2279 Jul 06 2011 test.sh
667299 -rwxrwxrwx 1 ng_crm crmgrp 1746 Mar 05 19:40 temp.txt
temp$ find . -inum 666632 -ok rm {} \;

3.如何让find命令只查找当前目录?

find . ! -name "." -type d -prune -o -type f -name "*.txt" -print

4.

temp$ tar -t temp.tar
tar: /dev/rmt0: A file or directory in the path name does not exist.
temp$ tar -tf temp.tar
temp.jar
temp$ 

tar 命令需要 -f 参数指定tar包文件

5.

 

转载于:https://www.cnblogs.com/StupidTortoise/p/5138427.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值