This commit is contained in:
PawelDopierala 2024-03-27 02:33:23 +01:00
parent 467d4fef00
commit 512c7ff9fb

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
head -n $1 example_data.txt > processed_data.txt head -n example_data.txt > processed_data.txt