Search Results

Search: Posts Made By: urfrnddpk
2,166
Posted By bartus11
ls $PATH/*GLB* 2>/dev/null |grep CTL > /dev/null...
ls $PATH/*GLB* 2>/dev/null |grep CTL > /dev/null 2>&1
13,463
Posted By pankaj_tarale
Hi , For removing CTRL ^M character you need...
Hi ,

For removing CTRL ^M character you need to user below commands

For Vi editor
%s/^M//g
By sed command
sed 's/^M//g' <filename>

Another way by tr command
tr -d '\r' <filename>
...
Showing results 1 to 2 of 2

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