Quantcast
Channel: How to name a directory by combining two variables? - Unix & Linux Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Hauke Laging for How to name a directory by combining two variables?

dirname="${var1}${var2}" mkdir -p -- "$dirname"

View Article



How to name a directory by combining two variables?

I want to name a directory by combining the the values of two variables. eg: dirname="$var1" '.' "$var2".

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images