Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have the following expression that is giving an error, but I am unable to figure out the problem.
rcutils_path="~/Admir/bin/gungadin-1.0/rcutils" # Re-map modifier keys for dvorak keyboard xmodmap ${rcutils_path}/Xmodmap
rcutils_path=~/Admir/bin/gungadin-1.0/rcutils
Tilde does not work inside quotes.
If Admir is your user name, then avoid the first slash:
Admir
rcutils_path=~Admir/bin/gungadin-1.0/rcutils
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.