MAVEN
查看MAVEN项目依赖树
1 | mvn dependency:tree |
Spring
远程调试
1 | ssh -p 1046 -L 端口号:localhost:端口号 用户@远程IP |
服务器
免输密码登录服务器
1 | #!/usr/bin/expect |
办公网络传输文件至本地服务器
1 | #!/usr/bin/expect |
文件查找
1 | find 路径 -iname "*.txt" |
查找包含某内容的文件
1 | grep -rn --include="*.java" 查找内容 路径 |
No results found
1 | mvn dependency:tree |
1 | ssh -p 1046 -L 端口号:localhost:端口号 用户@远程IP |
1 | #!/usr/bin/expect |
1 | #!/usr/bin/expect |
1 | find 路径 -iname "*.txt" |
1 | grep -rn --include="*.java" 查找内容 路径 |
本文标题:shell命令集合
文章作者:littlegrow
发布时间:2019-08-14, 19:00:00
最后更新:2020-05-06, 09:13:30
许可协议: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。