test_name.sh 250 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 #!/bin/sh ../bin/epmqa --short >$0.0 # get two - packages list cat $0.0 | grep ".*-.*-.*" | sort >$0.1 # try get their names, it does not have difference cat $0.1 | ../bin/epm print name | sort >$0.1.1 cat $0.0 | ../bin/epm print name | sort >$0.2