Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: valle70
  • Content: Threads
  • Order by date
  1. valle70

    howto make a list to a string

    Hi How can i convert a list to a string? I have following list: node1 node2 node3 node4 And i would like to convert this list to: node1, node2, node3, node4 How do i do this? Regards Valle70
  2. valle70

    problems with substitution

    Hi I have som problems with substitution in a script I am putting together and I hope someone can help me. My problem is with the variable $EXCLUDES in the variable CMD1. The script is showen below. ------------- script1 --------------- #!/usr/bin/ksh LOG=/home/user1/cleanup.log...
  3. valle70

    who to arrange dataset

    Hi "who -m" gives me following output root user1 "who -m|awk '{printf("%s",$1)}'" gives me following oupput rootuser1 I would like make a awk script that orders the lines show below seperated by a _ root_user1 who do I do this ? Regards

Part and Inventory Search

Back
Top