SpiceQA
Questions
Tags
Users
Badges
parameter-expansion
12 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How to understand "${PATH:+:${PATH}}" in bash?
user_178732
0
•
asked May 28, 2022
1
1
48
parameter-expansion
bash
In bash, replace each character of a string with a fixed character ("blank out" a string)
user_985292
0
•
asked May 13, 2022
2
1
45
parameter-expansion
shellcheck
bash
Why does this parameter expansion replacement fail in bash 4.2 but work in 5.1?
user_1566525
0
•
asked Jan 5, 2022
6
2
96
parameter-expansion
glob
bash
Why is ${1[@]} invalid, even though ${stringVar[@]} works otherwise?
user_16422868
0
•
asked Dec 14, 2021
2
1
42
parameter-expansion
bash
Nested double quotes in parameter expansion
user_480894
0
•
asked Nov 12, 2021
1
2
94
parameter-expansion
bash
Parameter expansion with replacement, avoid additional variable
user_4396730
0
•
asked Nov 4, 2021
1
2
99
parameter-expansion
bash
How to replace a variable's comma-separated string with whitespaces?
user_16071428
0
•
asked Sep 1, 2021
2
2
676
parameter-expansion
sed
environment-variables
bash
Difference between ${v^^} and ${v@U}?
user_3938403
0
•
asked Aug 9, 2021
3
2
76
parameter-expansion
terminal
bash
Remove domain from email using linux substring bash
user_14449641
0
•
asked May 25, 2021
2
1
779
parameter-expansion
email-address
bash
string
How to remember which expansion ${var%} ${var#} work from which end?
user_9072753
0
•
asked Mar 1, 2021
7
5
203
parameter-expansion
shell
bash
1
(current)
2
Next
Next
Hot Questions