Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: ttz on May 20, 2015, 12:55:10 PM

Title: sort -R: no such option in tc
Post by: ttz on May 20, 2015, 12:55:10 PM
Tried moving a script from Debian to TC but it will not work because of sort option -R. Do I make my own tcz for sort? Will that break other parts of TC that, without my knowing it, use sort as is in TC?

Recommendations?
Title: Re: sort -R: no such option in tc
Post by: Rich on May 20, 2015, 01:03:30 PM
Hi ttz
The busybox sort does not have the -R option. Try installing  coreutils.tcz
Title: Re: sort -R: no such option in tc
Post by: ttz on May 20, 2015, 01:57:46 PM
@Rich, thank you for your reply. Though not yet tested on target box/script, it worked on this one. Sorry for delay, I had a glitch; for some reason, my onboot load did not make it to the onboot.lst.
Title: Re: sort -R: no such option in tc
Post by: ttz on May 20, 2015, 03:55:25 PM
solved