in reply to How to use print and pipe it to awk ?
But you wouldn't use this any more than you would drive to the shops in a chariot.#Pipe output from print or printf print | "sort" #Pipe input through getline "ls -l" | getline var #Use the system() function call system( "mkdir /home/fred" )
|
|---|