Navigation
guest@cray-1:~$ tree -d -L 1 .
Info
guest@cray-1:~/tags$ sed -n '1,2p' tags.meta
Tags
Article tags Autophany Space
guest@cray-1:~/tags$ grep -R "tag:" . | cut -d: -f2 | cut -d" " -f1 | sort -f | head -n 4
guest@cray-1:~$ tree -d -L 1 .
guest@cray-1:~/tags$ sed -n '1,2p' tags.meta
Article tags Autophany Space
guest@cray-1:~/tags$ grep -R "tag:" . | cut -d: -f2 | cut -d" " -f1 | sort -f | head -n 4