Skip to content

Instantly share code, notes, and snippets.

@AndrienkoAleksandr
Created November 13, 2017 20:29
Show Gist options
  • Save AndrienkoAleksandr/c5f5fb5c1edaa10f6e1c678f87c8e72d to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/c5f5fb5c1edaa10f6e1c678f87c8e72d to your computer and use it in GitHub Desktop.
head -100 /projects/PetClinic/output.txt |
while read a; do
echo $a;
done
echo DONE!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment