while working on my conky files I desided to put them neatly into a subfolder named .conky
these are the commands I ran:
$ ll .conk*
-rw-r--r-- 2 16K jan 28 12:09 .conkyrc
-rw-rw-rw- 1 6,7K jan 26 11:42 .conkyrc_bak
-rw-rw-rw- 1 7,0K jan 28 11:38 .conkyrc.conf_bak
.conky:
total 36K
-rw-rw-r-- 1 20K jan 28 11:49 conky_orange.lua
-rw-r--r-- 2 16K jan 28 12:09 conkyrc_orange_4k.conf
$ mv .conkyrc* .conky/
$ ll .conk*
total 36K
-rw-rw-r-- 1 20K jan 28 11:49 conky_orange.lua
-rw-r--r-- 2 16K jan 28 12:09 conkyrc_orange_4k.conf
$
as you can see the files that where sitting in my current directory are no longer there, nor in the folder I expected them to be.
can anybody shed some light on why they are not in the expected dir? and how I can recover at least the two *_bak
files?
ll
alias had the-a' option added to it... I was wrong, I have
la` for that and I forgot that. thanks for the quick reply – Kuro Maii Feb 05 '19 at 15:39