LoginSignup
8
8

More than 5 years have passed since last update.

シェルの備忘録

Posted at

コマンド

シンボリックリンクの作成

ln -s link/to/path symbol/path

wgetでDL先のディレクトリを指定する

wget -P path/to/target http://url.to/file

curlでPOSTする

curl -F "name1=value1" -F "name2=value2" http://yourdomain/execute.script

参考:curlコマンドから HTTP POST する方法

カーソル移動

キー入力 動作
Ctrl + a 入力行頭にカーソル移動
Ctrl + e 入力行末にカーソル移動
Ctrl + u 全消去 (bash:カーソルより行頭を消去)
Ctrl + k カーソルより行末を削除

TODO

まだまだあった気がするので随時更新予定。

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8