Please enable JavaScript.
Coggle requires JavaScript to display documents.
2017.06 | Solution DEE (Working (folder) (myproject :red_cross:…
2017.06 | Solution DEE
Ubuntu
-
-
-
-
last command parameters
$ echo a b c d e
a b c d e
$ echo !^
echo a
a
!^ - 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
-
-
-
-
Tools and Technology
-
REST | GraphQL
REST APIs
CRUD - Create, Read, Update & Delete
-
-
-
-
-
-
-
-
-
-
-
-
-