[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange floating error with function in .bashrc
From: |
Emanuele Torre |
Subject: |
Re: Strange floating error with function in .bashrc |
Date: |
Tue, 26 Jul 2022 03:06:07 +0200 |
I don't quite understand what you are saying or what issue you are
describing.
> Repeat-By:
>
> Add to ~/.bashrc:
>
> . /path/to/non/existent/file
> termbin.clip() {
> nc termbin.com 9999 | tee
> }
>
> For testing:
>
> $ echo "FooBar"|termbin-clip
If you are wondering why `echo "FooBar"|termbin-clip' doesn't work in
the last example; it may be just because you typoed `termbin.clip' in
the function definition.