How to extract each line from a file, into separate files in Linux
Example :
If the file content 10 rows, it will be 10 files.
if File contents 12345 1uthste 128766
First-line should move to 1.txt Second-line should move to 2.txt like this goes on.