2014-09-30 17 views

回答

0

像下面的內容可能與bash工作:

pfx=$(printf %*s 150 | tr ' ' .) 
grep -f <(sed -e 's/^/^'"$pfx"'/' x) x1 

我覺得應該有更好的方法來做到這一點,但他們都更復雜。