I have export NOW="$(date +%Y%m%d_%H%M)" in bashrc
How can I make the variable set every time when I look at it, and not just when creating a terminal session?
I have export NOW="$(date +%Y%m%d_%H%M)" in bashrc
How can I make the variable set every time when I look at it, and not just when creating a terminal session?
Source: https://ru.stackoverflow.com/questions/863380/
All Articles