On 02/02/2022 11:34 PM, Jon LaBadie wrote:
> On Wed, Feb 02, 2022 at 08:54:38PM -0500, H wrote:
> I am writing a long bash script under CentOS 7 where perl is used for
> manipulating some external files. So far I am using perl one-liners to do
> so but ran into a problem when I need t
I avoid using ' or " in one-liners or even programs.
I use q() or qq().
These are quote-like operators for single quote and double quote.
There are, of course, many more:
https://perldoc.perl.org/perlop#Quote-and-Quote-like-Operators
gizmo
___
CentO
On 02/03/2022 08:39 AM, Joe Kline wrote:
> I avoid using ' or " in one-liners or even programs.
>
> I use q() or qq().
>
> These are quote-like operators for single quote and double quote.
>
> There are, of course, many more:
>
> https://perldoc.perl.org/perlop#Quote-and-Quote-like-Operators
>
> gi
Will the Fedora EPEL repo RPM be added to any CentOS 9-stream core
repos, like epel-release is in 7 and 8-stream extras?
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
On 2/3/22 09:21, H wrote:
On 02/03/2022 08:39 AM, Joe Kline wrote:
I avoid using ' or " in one-liners or even programs.
I use q() or qq().
These are quote-like operators for single quote and double quote.
There are, of course, many more:
https://perldoc.perl.org/perlop#Quote-and-Quote-like-O
5 matches
Mail list logo