Search Results

Search: Posts Made By: iridakos
949
Posted By vgersh99
echo 'helloworldfirstline?mdksmyymsss' | sed...
echo 'helloworldfirstline?mdksmyymsss' | sed 's/.*?//'
or
echo 'helloworldfirstline?mdksmyymsss' | sed 's/[^?]*//'
4,644
Posted By annacreek
: <<"cut" syntax fixed it! ...
: <<"cut" syntax fixed it!

Thanks
7,337
Posted By Scrutinizer
Try: echo >> file
Try:
echo >> file
7,160
Posted By achenle
"cp -n" is a GNU extension to the POSIX standard...
"cp -n" is a GNU extension to the POSIX standard "cp" utility (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html).

As it's a platform-specific, non-standard extension, it's not...
7,160
Posted By MadeInGermany
You can try the trick cp -i ... < /dev/null
You can try the trick
cp -i ... < /dev/null
Showing results 1 to 5 of 5

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