bash.md
· 361 B · Markdown
Surowy
`!^` first argument|
`!$` last argument
`!*` all arguments
`!:2` second argument
`!:2-3` second to third arguments
`!:2-$` second to last arguments
`!:2*` second to last arguments
`!:2-` second to next to last arguments
`!:0` the command
`!!` repeat the previous line
Опубликовано в https://t.me/gitgate
!^ first argument|
!$ last argument
!* all arguments
!:2 second argument
!:2-3 second to third arguments
!:2-$ second to last arguments
!:2* second to last arguments
!:2- second to next to last arguments
!:0 the command
!! repeat the previous line
Опубликовано в https://t.me/gitgate