linux笔记

1、scp -r sqlite root@10.168.28.2: /data / 把文件sqlite复制到10.168.28.2的/data/目录下面

2、/test   好像是查找 n (下一个) shift+n(上一个)

3、grep -n r test ./ 查找吧

4、cd - 返回最近一次使用的目录 

原文地址:https://www.cnblogs.com/220l/p/4119471.html