Recent content by marka01

  1. M

    run command against txt file

    I have txt with user1,user2,user3..etc (in lines). I want to run 'cat /etc/passwd | grep user. And get this output for each user in TXT file. Does it make sense ?
  2. M

    run command against txt file

    Sorry I think I formulated my question really badly.. I have txt file with about 1000 lines with user names. What I want is to run this command against each user in txt file: cat /etc/passwd | grep user and get output on a screen or to another txt file
  3. M

    run command against txt file

    Thank you. where is file.txt in here?
  4. M

    run command against txt file

    hi, how do I run i.e. "cat /etc/passwd" against all lines in txt file(those are users) and get output on the screen? thank you
Top