Skip to content

Instantly share code, notes, and snippets.

@samiyuru
Last active February 16, 2022 20:48
Show Gist options
  • Save samiyuru/6e183c74353a8c6bd2387219245f6c0b to your computer and use it in GitHub Desktop.
Save samiyuru/6e183c74353a8c6bd2387219245f6c0b to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -rf file1.txt file2.txt file3.txt file4.txt subdir || true
echo -e "1 2 3 4 5 6 7 8 9 10\n1 2 3 4 5 6 7 8 9 10\n1 2 3 4 5 6 7 8 9 10" > file3.txt
echo -e "1 2 3 4 5 6 7 8 9 10\n1 2 3 4 5 6 7 8 9 10\n1 2 3 4 5 6 7 8 9 10\n1 2 3 4 5 6 7 8 9 10" > file4.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment