Skip to content

Instantly share code, notes, and snippets.

@an9er
Created December 8, 2016 07:47
Show Gist options
  • Save an9er/2cc3765a3fe45aa3d2ef0ba61a93ed95 to your computer and use it in GitHub Desktop.
Save an9er/2cc3765a3fe45aa3d2ef0ba61a93ed95 to your computer and use it in GitHub Desktop.
linux
=====
Created 星期二 17 五月 2016
#### 复制文件内容
cat ~/.ssh/id_rsa.pub | xclip -sel clip
#### find 命令查找文件
find . -type f -name 'toolkitv.py'
### scp
scp -P50200 edata@112.11.119.237:/home/edata/ebu_data/mk_xls/fudan_rzq.xls .
scp -P50200 mk_xls/sentiment_weibo.py edata@112.11.119.237:/home/edata/ebu_data/mk_xls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment