0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

サクラエディタでよく使用するコマンド(備忘)

Last updated at Posted at 2022-02-23

サクラエディタでよく使用するコマンド(備忘)

備忘

・Grep
Ctrl+G
・ソート
Alt+A
・マージ
Alt+M
(マージはソート後に実施したほうが良い)
・CMD実行
正規表現あり

"C:\Program Files (x86)\sakura\sakura.exe" -GREPMODE -GKEY="bb" -GFILE=#".svn";"*" -GFOLDER="C:\Users\username\Desktop\xxx" -GCODE=99 -GOPT=SRP1

正規表現なし

"C:\Program Files (x86)\sakura\sakura.exe" -GREPMODE -GKEY="bb" -GFILE=#".svn";"*" -GFOLDER="C:\Users\username\Desktop\xxx" -GCODE=99 -GOPT=SP1
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?