commit eead112795a265d4e081e70888a7113ebf57a7c5
parent ea02865967b4359fd5e280d38d3bb82d3eef33a3
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Mon, 4 Apr 2016 01:13:42 +0200
fix special chars
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/check-packages-study b/check-packages-study
@@ -1,7 +1,7 @@
#!/bin/bash
check-packages.sh | cut -f1 | while read l; do
- echo "\n\n=== $l ===\n\n";
+ echo -e "\n\n=== $l ===\n\n";
grep -a --color=always -C50 -i $l ~/.history ~/logs/history*;
apt-cache show $l;
done | less -R