Last active
December 6, 2019 06:57
-
-
Save hiepdqflame/9d0d09567ce8d43409482008f542a7ae to your computer and use it in GitHub Desktop.
remove missing separator Makefile using vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:%s/^[ ]\+/\t/g | |
scp -r /path/to/file root@RemoteIP:/path/to/filedestination |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment