We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
input_filename
jq documents input_filename as follows: https://jqlang.github.io/jq/manual/#input_filename
Returns the name of the file whose input is currently being filtered. Note that this will not work well unless jq is running in a UTF-8 locale.
jaq returns an error instead.
Error: undefined filter ╭─[<unknown>:1:35] │ 1 │ select(.name == "asdfasdfasdf") | input_filename │ ───────┬────── │ ╰──────── undefined filter ───╯
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jq documents input_filename as follows: https://jqlang.github.io/jq/manual/#input_filename
jaq returns an error instead.
The text was updated successfully, but these errors were encountered: