You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
271 B
21 lines
271 B
7 years ago
|
(
|
||
|
?!AMP?!?!SEMI?! cat foo ; echo bar
|
||
|
?!SEMI?! cat foo ; echo bar
|
||
|
>) &&
|
||
|
(
|
||
|
?!SEMI?! cat foo ; echo bar &&
|
||
|
?!SEMI?! cat foo ; echo bar
|
||
|
>) &&
|
||
|
(
|
||
|
echo "foo; bar" &&
|
||
|
?!SEMI?! cat foo; echo bar
|
||
|
>) &&
|
||
|
(
|
||
|
?!SEMI?! foo;
|
||
|
>) &&
|
||
|
(
|
||
|
cd foo &&
|
||
|
for i in a b c; do
|
||
|
?!SEMI?! echo;
|
||
|
> done)
|