How to get three options commands [on hold]
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
i want to get three options commands. i want to use this three commands together.
for example used grep
with three options -E -o -P
grep -E -P -P '-d|d+' filename
linux grep options
New contributor
put on hold as unclear what you're asking by Filipe Brandenburger, Jeff Schaller, Kusalananda, RalfFriedl, 200_success Nov 18 at 2:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-1
down vote
favorite
i want to get three options commands. i want to use this three commands together.
for example used grep
with three options -E -o -P
grep -E -P -P '-d|d+' filename
linux grep options
New contributor
put on hold as unclear what you're asking by Filipe Brandenburger, Jeff Schaller, Kusalananda, RalfFriedl, 200_success Nov 18 at 2:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
4
-E and -P aren't compatible to be run together.
– Jon Reinhold
Nov 17 at 20:31
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
i want to get three options commands. i want to use this three commands together.
for example used grep
with three options -E -o -P
grep -E -P -P '-d|d+' filename
linux grep options
New contributor
i want to get three options commands. i want to use this three commands together.
for example used grep
with three options -E -o -P
grep -E -P -P '-d|d+' filename
linux grep options
linux grep options
New contributor
New contributor
edited Nov 17 at 23:17
Tomasz
8,73552862
8,73552862
New contributor
asked Nov 17 at 20:08
Top Music
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Filipe Brandenburger, Jeff Schaller, Kusalananda, RalfFriedl, 200_success Nov 18 at 2:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Filipe Brandenburger, Jeff Schaller, Kusalananda, RalfFriedl, 200_success Nov 18 at 2:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
4
-E and -P aren't compatible to be run together.
– Jon Reinhold
Nov 17 at 20:31
add a comment |
4
-E and -P aren't compatible to be run together.
– Jon Reinhold
Nov 17 at 20:31
4
4
-E and -P aren't compatible to be run together.
– Jon Reinhold
Nov 17 at 20:31
-E and -P aren't compatible to be run together.
– Jon Reinhold
Nov 17 at 20:31
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
4
-E and -P aren't compatible to be run together.
– Jon Reinhold
Nov 17 at 20:31