Search Results

Search: Posts Made By: Franklin52
20,441
Posted By Franklin52
Replace: {print infile, "line:", FNR, " blank...
Replace:
{print infile, "line:", FNR, " blank field:", i}
with:
{n=split(infile,a,"/");print a[n], "line:", FNR, " blank field:", i}
20,441
Posted By Franklin52
awk -F/ '{print $NF}'
awk -F/ '{print $NF}'
Showing results 1 to 2 of 2

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