Last active
February 16, 2022 20:48
-
-
Save samiyuru/6e183c74353a8c6bd2387219245f6c0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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