Search Results

Search: Posts Made By: vivien_chu
4,563
Posted By Peasant
tvf switch should suffice but you can always...
tvf switch should suffice but you can always untar it to another machine via ssh in this manner..
Of course, you will need space on that other host.

cat yourtar.tar | ssh newhost "cd...
3,318
Posted By jim mcnamara
Reason your code did not work: 700000\r is...
Reason your code did not work:

700000\r is not equal to 700000. DOS files mess up a lot of things in UNIX.
Learn about the dos2unix command. All windows based editors "like" \r and do not...
3,318
Posted By Franklin52
It's a dos formatted file, remove the cr with: ...
It's a dos formatted file, remove the cr with:
tr -d '\r' < dosfile > unixfile
2,620
Posted By codemaniac
try sed "s/Winston (UK) Wong/7000/"...
try
sed "s/Winston (UK) Wong/7000/" tmp0.txt
Showing results 1 to 4 of 4

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