#author("2021-08-30T02:55:48+00:00","default:admin","admin") #author("2021-08-30T04:18:34+00:00","default:admin","admin") *Linuxコマンド [#o1e1c0a6] **[[busybox-w32:http://frippery.org/busybox/]] [#ue0ce4e5] **[[busybox:http://frippery.org/busybox/]] [#ue0ce4e5] -[[32bit版:https://frippery.org/files/busybox/busybox.exe]] -[[64bit版:https://frippery.org/files/busybox/busybox64.exe]] -[[インストール不要!WindowsでLinuxコマンドを使う:https://qiita.com/tetsuy/items/22cba0bc2048967b270a]] -[[【IT初心者向け】Windowsでbusyboxを利用できるようにする:https://qiita.com/tamcchi103/items/ef2315ce9ab872e7a746]] -[[Windowsでインストールせずにbashを使う(BusyBox):https://ameblo.jp/m-o-q/entry-12644880495.html]] *各種コマンド [#h6e0ddc2] **e [#p6fa5cf6] -eventvwr ... イベントログ **s [#vf574317] -snippingtool ... 画面コピー *Unix対応 [#x1d24bf2] **cat [#p4717c4a] -[[Windowsのコマンドでファイルを結合する:https://qiita.com/5zm/items/6688ded69d2ddc4bec10]] -Unix cat *.txt > all.txt -Windows copy /b *.txt all.txt **zip [#jf1a87ef] -普通にやると 2GB超 のファイルは圧縮できずエラーとなる点に注意 -[[Windowsでzipファイルを作成するコマンド:https://qiita.com/arai-wa/items/2e4b1de0f9a3af7f1f9d]] -[[Windows PowerShell V4.0以前の機能を使って、大きなサイズのファイルを圧縮する:https://www.yamacho-blog.com/2018/05/powershell-v4-zip.html]] *Tips [#abc50dd2] **連続実行 [#zc06bfe7] -[[バッチファイルからバッチファイルを呼び出す:https://jj-blues.com/cms/wantto-callbatinbat/]]