Y
Hacker News
new
|
ask
|
show
|
jobs
by
hawski
2718 days ago
Wouldn't "cat $today" result with "cat: No such file or directory: 2019-01-08"? Did you mean echo instead of cat?
2 comments
flukus
2717 days ago
My real life use case for these dynamic variables would be more like "cat/vim/cp $log" to get today's log file which would expand to something like /somedir/logs/201901/09/product.log. Handy when you have a large matrix of products/environments.
link
forty
2718 days ago
Only in the case when no such file exists in the current directory :)
link