You are not logged in.

#1 2021-08-21 20:44:44

shmu26
Member
Registered: 2021-04-17
Posts: 56

[SOLVED] bash command not found

I am running this command

sudo lpadmin -p yajhfc -D 'YajHFC virtual fax printer' -L 'localhost' -v 'socket://localhost:19100'
      -E -P yajhfc.ppd -o "printer-error-policy=abort-job" -o "printer-is-shared=false"

And I get this output:

bash: -E: command not found

If I run the same command without "-E" then it complains that "-P" or "-o" is not found.

I have the package "base-devel" installed.

Last edited by shmu26 (2021-08-21 20:49:14)

Offline

#2 2021-08-21 20:46:41

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] bash command not found

Remove the line break, or escape it.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2021-08-21 20:50:39

shmu26
Member
Registered: 2021-04-17
Posts: 56

Re: [SOLVED] bash command not found

jasonwryan wrote:

Remove the line break, or escape it.

Thanks. The solution was a lot easier than I thought smile

Offline

Board footer

Powered by FluxBB