SliTaz SliTaz Forum

You are not logged in.

#1 2013-04-09 09:19:36

deadwait
Member
Registered: 2013-04-04
Posts: 14

column : command not found

Hi guys,

im trying to run a bash blog script http://mmb.pcb.ub.es/~carlesfe/blog/creating-a-simple-blog-system-with-a-500-line-bash-script.html , but it gives me a error column: command not found , any idea what i can do for it?

Offline

#2 2013-04-09 09:59:29

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: column : command not found

You'll probably need to install the bash package to get that command. Remember to press y when it asks about replacing /bin/sh or modify the script to use #!/bin/bash instead of #!/bin/sh - I use the latter way to get bash scripts to work while keeping ash as my shell.

Offline

#3 2013-04-09 11:47:28

deadwait
Member
Registered: 2013-04-04
Posts: 14

Re: column : command not found

nah,  doesn't work already have bash installed and has replaced sh. column is a exe i think and is present on my debian machine, just not available on slitaz, even coreutils doesn't have it. is there any other package which has all these other linux command utilities?

Offline

#4 2013-04-09 12:05:04

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: column : command not found

Hmmm, seems to be provided by bsdmaintools and not coreutils or bash. That means he's using BSD related tools rather than default Linux ones. Oh well, here's the SliTaz package for it: http://brenton.nom.za/downloads/bsdmainutils-8.0.13.tazpkg

Offline

#5 2013-04-11 03:01:11

deadwait
Member
Registered: 2013-04-04
Posts: 14

Re: column : command not found

thanks trixar, thanks a lot, can you tell me how you found out about bsdmaintools, no google search led me to that.

Offline

#6 2013-04-11 03:09:08

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: column : command not found

I used debian package search. I just searched the contents for something ending in column.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]