help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to use $"msgid"?


From: Peng Yu
Subject: Re: How to use $"msgid"?
Date: Tue, 23 Mar 2021 18:00:21 -0500

> There's also <https://mywiki.wooledge.org/BashFAQ/098>.  Take note of
> the security warnings.

I don't get it to work. Could you let me know what is wrong? For the
security problem, could you show a working example demonstrating why
it is not secure? Thanks.

$ wc -q
wc: invalid option -- 'q'
Try 'wc --help' for more information.
$ LANGUAGE=es_ES wc -q
wc: invalid option -- 'q'
Try 'wc --help' for more information.
$ wc --version
wc (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Paul Rubin and David MacKenzie.

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]