14 lines
93 B
Plaintext
14 lines
93 B
Plaintext
|
(
|
||
|
cd foo &&
|
||
|
(
|
||
|
echo a &&
|
||
|
echo b
|
||
|
) >file &&
|
||
|
|
||
|
cd foo &&
|
||
|
(
|
||
|
echo a
|
||
|
echo b
|
||
|
) >file
|
||
|
)
|