0
1

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 3 years have passed since last update.

【意外と知らない】長いコマンド・ファイルを打つのを省略する方法

Last updated at Posted at 2019-03-31

【意外と知らない】長いコマンド・ファイルを打つのを省略する方法

初心者向けの記事です。
ターミナルで、コマンドやファイル名を途中まで記入したところでtabキーを押すと、残りの文字を補完しくてれます。
そのディレクトリにabc.txtxyz.txtというファイルがあったとします。

$ ls a
と記入してtabキーを押すと、
自動的に$ ls abc.txtとなるはずです。

時間短縮に、ぜひ覚えておきたい機能です。

終わりに

私は現在、Web3のサービスの開発をしています。詳しくはこちらの記事をご覧下さい。
無料でイーサリアムが当たる、Web3時代の寄付サイトを作った話

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?