[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sed: Invalid content of \{\}
From: |
michael-franzese |
Subject: |
sed: Invalid content of \{\} |
Date: |
Sun, 18 Apr 2021 18:18:32 +0200 |
Am trying to capture tho string within {}, but am getting
sed: -e expression #1, char 19: Invalid content of \{\}
sed: -e expression #1, char 19: Invalid content of \{\}
sed: -e expression #1, char 19: Invalid content of \{\}
a="{12..30..5}"
fa=`echo $a | sed 's/.*(\{.*\}).*/\1/g'`
- sed: Invalid content of \{\},
michael-franzese <=
- Re: sed: Invalid content of \{\}, Lawrence Velázquez, 2021/04/18
- Re: sed: Invalid content of \{\}, Reuti, 2021/04/18
- Re: sed: Invalid content of \{\}, Eli Schwartz, 2021/04/18
- Re: sed: Invalid content of \{\}, Davide Brini, 2021/04/18
- Re: sed: Invalid content of \{\}, Greg Wooledge, 2021/04/18