Search Results

Search: Posts Made By: Kentlee65
6,926
Posted By RudiC
Seems like your editor inserted DOS line...
Seems like your editor inserted DOS line terminators (^M = <CR> = \r = 0x0D). Remove and retry.


But - why that intricate? Try just (assuming a recent bourne compatible shell providing "command...
4,443
Posted By RudiC
Try awk '{print FILENAME, $0}' *Linux.nfslist and...
Try awk '{print FILENAME, $0}' *Linux.nfslist and redirect as needed. If you want but the hostname part of the file name, try awk 'FNR==1 {split (FILENAME, HOST, ".")} {print HOST[1], $0}'...
Showing results 1 to 2 of 2

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