split shell command ubuntu
- by pedro
Hi...i wanna split the file adduser.conf with 25 line to a file that start with rc_01, rc_02, etc
I'm using this:
split -l 25 /etc/adduser.conf /home/ubuntu/PL/trab3/rc_
but don't work
what is wrong?