Search Results

Search: Posts Made By: pr0tocoldan
6,554
Posted By pr0tocoldan
Input Data Format
Role_1_Name_Example; Role Description 1; DB Auth Profile 1; user1; 1; user1@DBG.ADS.DB.COM
Role_2_Name_Example; Role Description 2; DB Auth Profile 2; user2; 999; user2@DBG.ADS.DB.COM...
6,554
Posted By pr0tocoldan
awk print specific columns one row at a time
Hello,

I have the following piece of code:


roleName
=`cat $inputFile | awk -F';' '{ print $1 }'`

roleDescription


=`cat $inputFile | awk -F';' '{ print $2 }'`

roleAuthProfile...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy