我有一段纯文本信息想输出在conky界面中,如:
代码: 全选
echo "pkg hold" | dpkg --set-selections
git add -A; git status; git commit -m 'XXX'
git remote -v; git push origin master
grep -sqm1o a.txt
ffmpeg -f concat -i list -c copy a.flv
sync; sudo sysctl -w vm.drop_caches=1
dstat -cdnmpy -Neth0 -Dtotal,sda --top-bio-adv -t
enca -L zh -x UTF-8 a.txt
wget -O - URL > a.txt

请问如何解决?[/b][/size]