DevLog

mac command line ์‚ญ์ œ ๋ณธ๋ฌธ

๐Ÿง‘๐Ÿป‍๐Ÿ’ป ๊ฐœ๋ฐœ๊ฐœ๋ฐœ/๊ธฐํƒ€

mac command line ์‚ญ์ œ

Seungjae Lee 2021. 10. 18. 14:36

You can use ^+U to delete before Cursor

You can use ^+K to delete after Cursor

You can use ^+W to delete just a word.

You can also use ^+C to cancel.

You can also use ^+A to go to the beginning of the line.

You can also use ^+E to go to the end of the line.

์ถœ์ฒ˜: https://stackoverflow.com/questions/9679776/how-do-i-clear-delete-the-current-line-in-terminal

Comments