Files
OS/lab2/gen_num.sh

4 lines
96 B
Bash
Executable File

#!/bin/bash
# This is one-liner copied from chatgpt.
shuf -i 1-1000000 -n 1000000 > numbers.txt