エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Perl One-Liners Explained, Part I: File Spacing
Other than that, I can't wait to start writing the article, so here I go: 1. Double space a file.... Other than that, I can't wait to start writing the article, so here I go: 1. Double space a file. perl -pe '$\="\n"' This one-liner double spaces a file. There are three things to explain in this one-liner. The "-p" and "-e" command line options, and the "$\" variable. First let's start with the "-e" option. The "-e" option can be used to enter a Perl program directly in the command line. Typicall
2013/09/24 リンク