パッケージ名 (Debian) : tofrodos
パッケージ名 (Ubuntu 16.04LTS) : dos2unix
DOS => UNIX
|
1 |
$ fromdos dos.txt |
|
1 |
$ dos2unix dos.txt |
UNIX => DOS
|
1 |
$ todos unix.txt |
|
1 |
$ unix2dos unix.txt |
パッケージ名 (Debian) : tofrodos
パッケージ名 (Ubuntu 16.04LTS) : dos2unix
|
1 |
$ fromdos dos.txt |
|
1 |
$ dos2unix dos.txt |
|
1 |
$ todos unix.txt |
|
1 |
$ unix2dos unix.txt |
構成管理ツール git, subversion の管理下にあるファイル/フォルダーのアーカイブ方法。
--exclude-csv|
1 |
$ tar --exclude-csv cvzf foo.tgz ./foo |
MacOS X (Snow Leopard以降) において FTPd (FTP server) を起動する方法
|
1 |
$ sudo launchclt load -w /System/Library/LaunchDaemons/ftp.plist |
|
1 |
$ sudo launchclt unload -w /System/Library/LaunchDaemons/ftp.plist |
gitの初期設定 自分向け備忘録
|
1 2 |
$ git config --global user.name "Jane Doe" $ git config --global user.email Jane.Doe@gmail.com |
備忘録としての技術系ブログ開設! 🙂