Temp

7805 bookmarks
Custom sorting
Bash - Parameter Expansion ${
Bash - Parameter Expansion ${
Parameter expansion are patterns applied to the parameters that have differents results. Same as ?? See also: Pattern / Syntax's ${parameter} The value of parameter is substituted where: the braces are optional. They served to protect the variable to be expanded from characters immediately following it which could be interpreted as part of the name. The matching ending brace is the first exclamation point${!prefix}${!name[@]tilde expansi…
·datacadamia.com·
Bash - Parameter Expansion ${
Bash and shell expansions: lazy list-making
Bash and shell expansions: lazy list-making
It’s that time of year again! When stores start putting up colourful sparkly lit-up plastic bits, we all begin to feel a little festive, and by festive I mean let’s go shopping. Specifically, holiday gift shopping! (Gifts for yourself are still gifts, technically.) Just so this doesn’t all go completely
·freecodecamp.org·
Bash and shell expansions: lazy list-making
Understanding Shell Expansion | Effective Shell
Understanding Shell Expansion | Effective Shell
When you are working with the shell there are a number of techniques that you can use to take simple commands and make more useful. For example, if we wanted to create three files, we could run touch file1 file2 file3, or we could use 'brace expansion' and just run touch file{1..3}. Another example would be to delete all files that have names that start with file - like this rm file*, this is wildcard expansion.
·effective-shell.com·
Understanding Shell Expansion | Effective Shell
The Linux Documentation Project
The Linux Documentation Project
The Linux Documentation Project is working towards developing free, high quality documentation for the Linux operating system. The overall goal of the LDP is to collaborate in all of the issues of Linux documentation.
·tldp.org·
The Linux Documentation Project