I am redoing a filter which sorts a list of items. Although which zsh tells me the location of the executable is at /usr/local/bin/zsh, BBEdit says there is nothing on STDIN when I run this against a document.
#!/usr/local/bin/zsh sort "$1" | uniq | sort -nr | bbedit Should this be in /usr/bin? Somehow this hasn't come up with the other filters I've used - mostly in other languages so I haven't had to fix them in this way before. -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/f3c84197-4cb6-44b4-bfc4-dba60f8374ebn%40googlegroups.com.
