C
Jan 20, 2025Code. Bash arguments: last and all previous
2025.01.20 Hi! TL;DR In bash we can get the last argument like this: ${@: -1} ...
Jan 20, 20252 min read0 reactions0 comments
Tag archive
2025.01.20 Hi! TL;DR In bash we can get the last argument like this: ${@: -1} ...