[Fish-users] Sourcing using bass question ?

2021-10-21 Thread John Chludzinski
I want to ‘source’ a file and am having problems using ‘bass’ for this purpose: $ bass *.* *./poky/oe-init-build-env* Error: the directory . ./poky does not exist? $ bass *.* *'./poky/oe-init-build-env'* Error: the directory . ./poky does not exist? $ bass source *'./poky/oe-init-build-env'*

Re: [Fish-users] Yet another * issue

2020-08-31 Thread John Chludzinski
Well, how should I accomplish what I’ve been trying to do with ‘*’ ? On Mon, Aug 31, 2020 at 14:38 Kurtis Rader wrote: > On Mon, Aug 31, 2020 at 11:13 AM John Chludzinski < > john.chludzin...@gmail.com> wrote: > >> Whereas, I’ve haven’t had time to try again to duplicate t

[Fish-users] Yet another * issue

2020-08-31 Thread John Chludzinski
Whereas, I’ve haven’t had time to try again to duplicate the ‘rm’ problem, I have encountered yet another * “issue”: I tried: ls ./a10_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/arch/arm/dts/'*10*' and ls './a10_soc_devkit_ghrd/software/bootloader/u-boot-socfpga/arch/arm/dts/*10*' and

Re: [Fish-users] * with fish ?

2020-06-18 Thread John Chludzinski
Thanks for the tutorial! On Thu, Jun 18, 2020 at 1:38 PM Greg Reagle wrote: > On Thu, Jun 18, 2020, at 12:59, John Chludzinski wrote: > > In the Bourne shell this works without hiccup: > > > > tar xf > $SOCEDS_DEST_ROOT/examples/hardware/a10_soc_devkit_ghrd/tgz/*.tar.gz

Re: [Fish-users] * with fish ?

2020-06-18 Thread John Chludzinski
Mea culpa. It had to do with the definition of: SOCEDS_DEST_ROOT It functions as advertised. On Thu, Jun 18, 2020 at 1:38 PM Greg Reagle wrote: > On Thu, Jun 18, 2020, at 12:59, John Chludzinski wrote: > > In the Bourne shell this works without hiccup: > > > > tar x

[Fish-users] * with fish ?

2020-06-18 Thread John Chludzinski
In the Bourne shell this works without hiccup: tar xf $SOCEDS_DEST_ROOT/examples/hardware/a10_soc_devkit_ghrd/tgz/*.tar.gz How do I accomplish this with fish? How does the * function in fish? ---John ___ Fish-users mailing list

Re: [Fish-users] Problem building 3.1.2

2020-05-01 Thread John Chludzinski
Sorry, but I continued to read a NOT it that statement after the Boost install had resolved the problem. I have successfully built and installed fish 3.1.2. On Fri, May 1, 2020 at 5:46 PM John Chludzinski wrote: > I downloaded the latest source for 3.1.2 and am trying to build with cm

[Fish-users] Problem building 3.1.2

2020-05-01 Thread John Chludzinski
I downloaded the latest source for 3.1.2 and am trying to build with cmake. I'm building on a fresh Fedora 32 installation. I installed everything I typically install to build FISH but this time I'm getting: -- The following REQUIRED packages have been found: * Threads I've install the Boost

Re: [Fish-users] Next fish?

2020-01-08 Thread John Chludzinski
Most excellent! On Tue, Jan 7, 2020 at 01:30 David Adam wrote: > On Mon, 6 Jan 2020, John Chludzinski wrote: > > > Is there an impending (3.1) fish release? > > Yes; I hesitate to give an ETA because it will undoubtedly disappoint, but > I think we are getting very close.

[Fish-users] Next fish?

2020-01-06 Thread John Chludzinski
Is there an impending (3.1) fish release? —-John ___ Fish-users mailing list Fish-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fish-users

[Fish-users] Problem using ~ in path

2018-09-26 Thread John Chludzinski
I tried to use ~ in a path and got this: sudo dd if=~/Downloads/SSS/sss_image-20180817.img of=/dev/sdb bs=1048576 dd: failed to open '~/Downloads/SSS/sss_image-20180817.img': No such file or directory This works fine: sudo dd if=/home/jski/Downloads/SSS/sss_image-20180817.img of=/dev/sdb

[Fish-users] Problem expanding file names

2018-07-31 Thread John Chludzinski
I was in my fish shell (2.7.1) and tried to expand a file name: $ rpm -qf /usr/lib64/libnc I double tabbed at this point and fully expecting to see: ...lib64/libncurses.so.5 as an option. Nope, nothing. Even though libncurses.so.5 is certainly there. What gives?

Re: [Fish-users] "set -x" problem?

2018-05-11 Thread John Chludzinski
I went to Black Duck to check out FISH as an open source project. It was list as "most active", so I assume there a plenty of community minded folks working away? On Fri, May 11, 2018 at 4:24 PM, Kurtis Rader <kra...@skepticism.us> wrote: > On Fri, May 11, 2018 at 1:16 P

Re: [Fish-users] "set -x" problem?

2018-05-11 Thread John Chludzinski
Is this changing in 3.0? On Fri, May 11, 2018 at 4:16 PM, John Chludzinski < john.chludzin...@gmail.com> wrote: > Yes, > > set -x LD_LIBRARY_PATH /usr/lib64:/lib64:/lib:/usr/li > b:/mnt/ssd/OpenDDS/lib/:/mnt/ssd/OpenDDS/ACE_wrappers/lib/ > > worked. > > On Fri,

Re: [Fish-users] "set -x" problem?

2018-05-11 Thread John Chludzinski
Yes, set -x LD_LIBRARY_PATH /usr/lib64:/lib64:/lib:/usr/ lib:/mnt/ssd/OpenDDS/lib/:/mnt/ssd/OpenDDS/ACE_wrappers/lib/ worked. On Fri, May 11, 2018 at 4:15 PM, John Chludzinski < john.chludzin...@gmail.com> wrote: > So I should use: > > set -x LD_LIBRARY_PATH /usr/lib64:/lib64:/

Re: [Fish-users] "set -x" problem?

2018-05-11 Thread John Chludzinski
> feature which would have made it into the fish 3.0 release. Sadly I stopped > working on fish when I decided I could no longer work with one of the other > devs so I didn't complete that work. And it doesn't look like any of the > remaining devs consider it important enough to inc

[Fish-users] "set -x" problem?

2018-05-11 Thread John Chludzinski
I'm trying to set an env. var.: set -x LD_LIBRARY_PATH /usr/lib64 /lib64 /lib /usr/lib /mnt/ssd/OpenDDS/lib/ /mnt/ssd/OpenDDS/ACE_wrappers/lib/ Then I run the Perl script: $ perl ./run_test.pl /mnt/ssd/OpenDDS/bin/DCPSInfoRepo -ORBDebugLevel 10 -ORBLogFile DCPSInfoRepo.log -o repo.ior

[Fish-users] Chrome crashing scews up FISH

2018-02-27 Thread John Chludzinski
First, I'm currently using Fedora 27. Second, whenever Chrome crashing on me, which happens a lot lately, and I execute 'ls' in my FISH shell, I get: ls: cannot open directory '.' : Input/output error Any ideas as to why this happens (to FISH)?

[Fish-users] Just did a 'dnf update' for Fedora 25 and now get this for any command

2017-12-11 Thread John Chludzinski
$ fish --version fish, version 2.6.0 fish: argparse: command not found... /usr/share/fish/functions/prompt_pwd.fish (line 2): argparse -n prompt_pwd --max-args=0 $options -- $argv ^ in function “prompt_pwd” called on line 6 of file /usr/share/fish/functions/fish_prompt.fish in command

[Fish-users] Rationale for not using && and ||

2017-10-18 Thread John Chludzinski
I have someone who occasionally uses my machine and immediately begins complaining about fish. Latest rant is fish's use of 'and' and 'or' in lieu of && and ||. Is there a rationale for these design decisions? -- Check

[Fish-users] Executing BASH scripts within Fish

2017-08-16 Thread John Chludzinski
For those with this question, try: bass (https://github.com/edc/bass) Example: > bass export x="TEST" > bass . sample.sh (assuming sample.sh is a source-able script) > bass ./sample.sh Works great for me! ---John --

Re: [Fish-users] `` vs ()

2016-12-13 Thread John Chludzinski
' ') ---for whatever reason "pkg-config --cflags gtk+-2.0" adds space at the end? On Mon, Dec 12, 2016 at 5:38 PM, Kurtis Rader <kra...@skepticism.us> wrote: > On Mon, Dec 12, 2016 at 2:31 PM, John Chludzinski < > john.chludzin...@gmail.com> wrote: > >> On

[Fish-users] `` vs ()

2016-12-12 Thread John Chludzinski
On the Bourne shell I can use: sh-4.1$ gcc `pkg-config gtk+-2.0 --cflags` `pkg-config gtk+-2.0 --libs` dbuscomm.c When I try (in Fish): > gcc (pkg-config gtk+-2.0 --cflags) (pkg-config gtk+-2.0 --libs) dbuscomm.c I get a whole bunch of bogus compile errors. Why?

Re: [Fish-users] SELinux and Fish?

2016-07-31 Thread John Chludzinski
ng specific? > > On Jul 31, 2016 7:16 PM, "John Chludzinski" <john.chludzin...@gmail.com> > wrote: > >> Are there any issues with Fish in

[Fish-users] SELinux and Fish?

2016-07-31 Thread John Chludzinski
Are there any issues with Fish in connection with SELinux that anyone's aware of? ---John -- ___ Fish-users mailing list Fish-users@lists.sourceforge.net

[Fish-users] Fish's history cmd?

2016-03-29 Thread John Chludzinski
What is the FISH analog to BASH's HISTTIMEFORMAT env. var.? ---John -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more.

[Fish-users] Problem with (...) instead of `...`

2016-02-18 Thread John Chludzinski
When I try to compile some SNMP code there's an inline command I need to get the required libs. When I run the command in fish, using () I get the following: gcc -o snmpdemoapp snmpdemoapp.o (net-snmp-config --libs) /usr/bin/ld: warning: -z relro -Wl ignored. /usr/bin/ld: warning: -z now

[Fish-users] Setting an environment variable

2013-07-09 Thread John Chludzinski
I've tried: set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH ~/DTNG/dtnglib/ to add to LD_LIBRARY_PATH. But if LD_LIBRARY_PATH had a previous value, then make fails because it can't find the need *.so library. If I first: set -e LD_LIBRARY_PATH then: set -x LD_LIBRARY_PATH ~/DTNG/dtnglib/ then make

[Fish-users] setting an env. var.

2013-07-08 Thread John Chludzinski
I've tried: set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH ~/DTNG/dtnglib/ to add to LD_LIBRARY_PATH. But if LD_LIBRARY_PATH had any previous value, the make fails because it can't find the need *.so library. If I first: set -e LD_LIBRARY_PATH then: set -x LD_LIBRARY_PATH ~/DTNG/dtnglib/ the make

[Fish-users] Executing ksh script from the fish shell ?

2013-05-23 Thread John Chludzinski
If I execute from within ksh a file with shabang: #!/bin/sh, it will use the Bourne shell. With #!/bin/bash, it will use bash, and so on using: ./script.sh I tried from within fish: . ./script.sh # . - evaluate contents of file. with shabang #!/bin/ksh and got a train load of errors because

[Fish-users] Redirecting stderr to stdout ?

2013-05-21 Thread John Chludzinski
I tried: g++ mycode.cpp 2| less and g++ mycode.cpp ^| less Both failed? Using Korn/BASH I would have used: g++ mycode.cpp 21 | less ---John -- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only

Re: [Fish-users] Redirecting stderr to stdout ?

2013-05-21 Thread John Chludzinski
I'm (now) using: g++ mycode.cpp 2 x less x On Tue, May 21, 2013 at 5:31 PM, SanskritFritz sanskritfr...@gmail.com wrote: On Tue, May 21, 2013 at 11:17 PM, John Chludzinski john.chludzin...@gmail.com wrote: I tried: g++ mycode.cpp 2| less and g++ mycode.cpp ^| less Both failed? Using

[Fish-users] .profile for fish?

2013-05-20 Thread John Chludzinski
I assume that ~/.config/fish/config.fish is the equivalent of a .profile for Bourne shell derivatives? I assume there is no fish analog to .bashrc files? ---John -- AlienVault Unified Security Management (USM) platform