Jump to content

Rockman-Industries/Displya-Name-script

From TetraWiki
Revision as of 12:20, 18 October 2013 by Amit (talk | contribs) (Created page with " == Set Display Name for All the Provided Users == '''Script to Make file directly Executable to perform the Required Task''' awk '{print "zmprov ma" " " $1 " " "dispaly...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Set Display Name for All the Provided Users[edit]

Script to Make file directly Executable to perform the Required Task

 awk '{print "zmprov ma" " "  $1 " " "dispalyName" " "  "\""$2 " " $3"\"" }' disp1 > displayName.sh
 The Exact syntax to be done was below to to so for all the provided User made the above script.
 zmprov ma test_amit@rockmanindustries.com displayName "Amit Srivastava"
 The Structure of the file provided to Us was like below. the file name was disp1
 aagarwal@rockmanindustries.com  Ajay    Agarwal
 vagarwal@rockmanindustries.com  Vineet  Agarwal
 aaggarwal1@rockmanindustries.com        Abhishek        Aggarwal
 sagnihotri@rockmanindustries.com        Suresh  Agnihotri
 panand@rockmanindustries.com    Praveen Anand
 varora@rockmanindustries.com    Vipan   Arora