$ cat Makefile | tr '[:blank:]' '\t' > tmp
$ mv tmp Makefile
スペースをタブ文字に変換すると動きます
Go to list of users who liked
More than 5 years have passed since last update.
$ cat Makefile | tr '[:blank:]' '\t' > tmp
$ mv tmp Makefile
スペースをタブ文字に変換すると動きます
Register as a new user and use Qiita more conveniently
Go to list of users who liked