最佳答案
Using sed
what is an one liner to print the first n characters? I am doing the following:
grep -G 'defn -test.*' OctaneFullTest.clj | sed ....