Hi all,
I'm a newbie to scripting within unix. I'm using bash and ksh for my scripts. I want to know how to turn a file with a list of variable number of users so that it is columnar.
$ users>>file
user1 user2 user3 user4
$ script file
user1
user2
user3
user4
Thanks,
dAve
I'm a newbie to scripting within unix. I'm using bash and ksh for my scripts. I want to know how to turn a file with a list of variable number of users so that it is columnar.
$ users>>file
user1 user2 user3 user4
$ script file
user1
user2
user3
user4
Thanks,
dAve