Search Results

Search: Posts Made By: Vikram Jain
52,886
Posted By MadeInGermany
An update of "cut" will overwrite your wrapper. ...
An update of "cut" will overwrite your wrapper.
Much better: change your scripts. Run the following fix_cut script on your scripts:
#!/bin/sh
# fix_cut
PATH=/bin:/usr/bin...
52,886
Posted By Don Cragun
The only way to make sure that your wrapper is...
The only way to make sure that your wrapper is always called instead of the OS supplied utility is to move the OS supplied utility to a different location and install your wrapper in the location...
52,886
Posted By Scrutinizer
The use of 0 is not according to specification....
The use of 0 is not according to specification. Alternatively, you can just omit it, which should work across versions
$ echo 0123456789abcdef | cut -c -8
01234567
If you cannot adjust the...
Showing results 1 to 3 of 3

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