-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nc alternative (pure bash) (for docs) #43
Comments
That's awesome, thanks, I'll add it to the project's website! |
Added to the readme, thank you very much! |
When executing the above command, I get this on the client side: -bash: 3: Bad file descriptor
-bash: 3: Bad file descriptor And this on the server side: [Fiche][ERROR] No data received from the client! |
@theAkito Perhaps this should fix it for you,
|
@theAkito in bash > 4.1 you can use $ exec {var} > file
$ echo $var
10 |
fwiw, here is the equipment on zsh
|
If I was trying to do something like |
Pure POSIX shell? Anyone? :) |
Usage:
or
OS/X and Linux tested.
Alias example:
The text was updated successfully, but these errors were encountered: