hash用法
时间:2007-09-02 来源:codfei
这东西好像是暂时的history
就是当你第一次键入执行的命令以后 他会记忆一次
然后当你第二次打同样的命令的时候 它直接就去执行了
不用再找环境变里的了 hash[-r][name]
对每个name命令的完整路径记录下来。"-r"选项强迫忘记所有命令位置。如果没有给参数,则将会印出所有的资讯。返回值为True。
[root@codfei4 shell]# hash -r
[root@codfei4 shell]# hash
hash: hash table empty
[root@codfei4 shell]# ls
cmd.txt data exec1 exec2 hello2 hello3 infile mon nu on UNIXshell
[root@codfei4 shell]# hash
hits command
1 /bin/ls
就是当你第一次键入执行的命令以后 他会记忆一次
然后当你第二次打同样的命令的时候 它直接就去执行了
不用再找环境变里的了 hash[-r][name]
对每个name命令的完整路径记录下来。"-r"选项强迫忘记所有命令位置。如果没有给参数,则将会印出所有的资讯。返回值为True。
[root@codfei4 shell]# hash -r
[root@codfei4 shell]# hash
hash: hash table empty
[root@codfei4 shell]# ls
cmd.txt data exec1 exec2 hello2 hello3 infile mon nu on UNIXshell
[root@codfei4 shell]# hash
hits command
1 /bin/ls
相关阅读 更多 +