Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: imaad on July 24, 2016, 03:23:40 PM

Title: paste command is not found
Post by: imaad on July 24, 2016, 03:23:40 PM
Hi,

I have a bash script that use "paste" command. When I run the script it say that the "paste: command not found".
Any ideas ? The cat and copy command work fine.
I use tinycore v7.2 and the kernel is 4.2.9-tinycore.

Thank you,
Title: Re: paste command is not found
Post by: Rich on July 24, 2016, 03:33:50 PM
Hi imaad
Maybe you need to install  coreutils.tcz ?
Title: Re: paste command is not found
Post by: Misalf on July 24, 2016, 03:40:33 PM
- Start Apps browser.
-> Click on "Apps" -> "Cloud (Remote)" -> "Browse".
-> Click on "Search" -> Change that to "Provides".
-> Paste your search term in the search bar. Press ENTER.

Several results. The one that makes the most sense is  coreutils.tcz .
Above the info text you can choose the "Files" view. it lists  /usr/local/bin/paste .
Title: Re: paste command is not found
Post by: imaad on July 24, 2016, 04:24:38 PM
Hi Misalf and Rich,

Thank you for yours answers. It's work.  ;D