Page MenuHomec4science

print_time.sh
No OneTemporary

File Metadata

Created
Wed, Jul 9, 05:15

print_time.sh

#!/bin/bash
for entry in ./cgp*
do
echo "$entry"
cat "$entry" | grep Execution
done

Event Timeline