What is the “fsed” command used for? [on hold]2019 Community Moderator ElectionHow can I achieve portability with sed -i (in-place editing)?Why 2 linux machine behave differently with command of the same syntax?How to use a password as an external variable in shell?variable substitution in CLI and for loopscommand not found error after giving permission to access file using chmodSystemd: How to start/stop Python script that should run in background, inside VirtualenvDetermining averages, stdev, stderror, and counts of values in a listSuppress the bash execution trace (set -x) from the outside of the scriptExecuting a script inside an unknown directorysed stripping comments inlineAvoiding name clashes for utilities in PATH
Would this string work as string?
Would mining huge amounts of resources on the Moon change its orbit?
How old is Nick Fury?
Do native speakers use "ultima" and "proxima" frequently in spoken English?
Homology of the fiber
What are the consequences of changing the number of hours in a day?
PTIJ: Which Dr. Seuss books should one obtain?
Should I be concerned about student access to a test bank?
How do you justify more code being written by following clean code practices?
How do researchers send unsolicited emails asking for feedback on their works?
What is the tangent at a sharp point on a curve?
What kind of footwear is suitable for walking in micro gravity environment?
How to understand 「僕は誰より彼女が好きなんだ。」
Is there any common country to visit for uk and schengen visa?
Animating wave motion in water
Why is participating in the European Parliamentary elections used as a threat?
What will the Frenchman say?
Hot air balloons as primitive bombers
Why is this tree refusing to shed its dead leaves?
Does fire aspect on a sword, destroy mob drops?
Asserting that Atheism and Theism are both faith based positions
Writing in a Christian voice
Can other pieces capture a threatening piece and prevent a checkmate?
Error in master's thesis, I do not know what to do
What is the “fsed” command used for? [on hold]
2019 Community Moderator ElectionHow can I achieve portability with sed -i (in-place editing)?Why 2 linux machine behave differently with command of the same syntax?How to use a password as an external variable in shell?variable substitution in CLI and for loopscommand not found error after giving permission to access file using chmodSystemd: How to start/stop Python script that should run in background, inside VirtualenvDetermining averages, stdev, stderror, and counts of values in a listSuppress the bash execution trace (set -x) from the outside of the scriptExecuting a script inside an unknown directorysed stripping comments inlineAvoiding name clashes for utilities in PATH
I have to execute a script locally on my Laptop which runs a Fedora 29.
The script contains several references to the fsed command:
fsed 's/get.drivers//' ../scripts/hudson/launch.sh
However I cannot find any reference how to install "fsed" on Fedora. The script has been copied from a RHEL7 machine which, maybe, includes fsed by default.
Any idea?
shell sed
put on hold as off-topic by Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris
add a comment |
I have to execute a script locally on my Laptop which runs a Fedora 29.
The script contains several references to the fsed command:
fsed 's/get.drivers//' ../scripts/hudson/launch.sh
However I cannot find any reference how to install "fsed" on Fedora. The script has been copied from a RHEL7 machine which, maybe, includes fsed by default.
Any idea?
shell sed
put on hold as off-topic by Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris
3
It's not a shell function declared in the script?
– Kusalananda
13 hours ago
2
Yep, thanks! I was missing one script that included the definition of fsed:# multiplatform (portable) sed -i function - the trouble of hpux and some unixes is that they do not have '-i' sed argument # first argument is regexp the second command path to file
– Francesco Marchioni
13 hours ago
linux.die.net/man/1/fsed.cpm also, unix.stackexchange.com/help/how-to-ask Did you try the man page or Google search for the informatin?
– 0xSheepdog
13 hours ago
I'm fairly sure that the question does not sayfsed.cpm
. It looks like the writer of the script has not read unix.stackexchange.com/a/92921/5132 or unix.stackexchange.com/a/276995/5132 , too. (-:
– JdeBP
13 hours ago
add a comment |
I have to execute a script locally on my Laptop which runs a Fedora 29.
The script contains several references to the fsed command:
fsed 's/get.drivers//' ../scripts/hudson/launch.sh
However I cannot find any reference how to install "fsed" on Fedora. The script has been copied from a RHEL7 machine which, maybe, includes fsed by default.
Any idea?
shell sed
I have to execute a script locally on my Laptop which runs a Fedora 29.
The script contains several references to the fsed command:
fsed 's/get.drivers//' ../scripts/hudson/launch.sh
However I cannot find any reference how to install "fsed" on Fedora. The script has been copied from a RHEL7 machine which, maybe, includes fsed by default.
Any idea?
shell sed
shell sed
asked 13 hours ago
Francesco MarchioniFrancesco Marchioni
1184
1184
put on hold as off-topic by Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris
put on hold as off-topic by Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris 11 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Kusalananda, Stéphane Chazelas, Jeff Schaller, filbranden, Stephen Harris
3
It's not a shell function declared in the script?
– Kusalananda
13 hours ago
2
Yep, thanks! I was missing one script that included the definition of fsed:# multiplatform (portable) sed -i function - the trouble of hpux and some unixes is that they do not have '-i' sed argument # first argument is regexp the second command path to file
– Francesco Marchioni
13 hours ago
linux.die.net/man/1/fsed.cpm also, unix.stackexchange.com/help/how-to-ask Did you try the man page or Google search for the informatin?
– 0xSheepdog
13 hours ago
I'm fairly sure that the question does not sayfsed.cpm
. It looks like the writer of the script has not read unix.stackexchange.com/a/92921/5132 or unix.stackexchange.com/a/276995/5132 , too. (-:
– JdeBP
13 hours ago
add a comment |
3
It's not a shell function declared in the script?
– Kusalananda
13 hours ago
2
Yep, thanks! I was missing one script that included the definition of fsed:# multiplatform (portable) sed -i function - the trouble of hpux and some unixes is that they do not have '-i' sed argument # first argument is regexp the second command path to file
– Francesco Marchioni
13 hours ago
linux.die.net/man/1/fsed.cpm also, unix.stackexchange.com/help/how-to-ask Did you try the man page or Google search for the informatin?
– 0xSheepdog
13 hours ago
I'm fairly sure that the question does not sayfsed.cpm
. It looks like the writer of the script has not read unix.stackexchange.com/a/92921/5132 or unix.stackexchange.com/a/276995/5132 , too. (-:
– JdeBP
13 hours ago
3
3
It's not a shell function declared in the script?
– Kusalananda
13 hours ago
It's not a shell function declared in the script?
– Kusalananda
13 hours ago
2
2
Yep, thanks! I was missing one script that included the definition of fsed:
# multiplatform (portable) sed -i function - the trouble of hpux and some unixes is that they do not have '-i' sed argument # first argument is regexp the second command path to file
– Francesco Marchioni
13 hours ago
Yep, thanks! I was missing one script that included the definition of fsed:
# multiplatform (portable) sed -i function - the trouble of hpux and some unixes is that they do not have '-i' sed argument # first argument is regexp the second command path to file
– Francesco Marchioni
13 hours ago
linux.die.net/man/1/fsed.cpm also, unix.stackexchange.com/help/how-to-ask Did you try the man page or Google search for the informatin?
– 0xSheepdog
13 hours ago
linux.die.net/man/1/fsed.cpm also, unix.stackexchange.com/help/how-to-ask Did you try the man page or Google search for the informatin?
– 0xSheepdog
13 hours ago
I'm fairly sure that the question does not say
fsed.cpm
. It looks like the writer of the script has not read unix.stackexchange.com/a/92921/5132 or unix.stackexchange.com/a/276995/5132 , too. (-:– JdeBP
13 hours ago
I'm fairly sure that the question does not say
fsed.cpm
. It looks like the writer of the script has not read unix.stackexchange.com/a/92921/5132 or unix.stackexchange.com/a/276995/5132 , too. (-:– JdeBP
13 hours ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
It's not a shell function declared in the script?
– Kusalananda
13 hours ago
2
Yep, thanks! I was missing one script that included the definition of fsed:
# multiplatform (portable) sed -i function - the trouble of hpux and some unixes is that they do not have '-i' sed argument # first argument is regexp the second command path to file
– Francesco Marchioni
13 hours ago
linux.die.net/man/1/fsed.cpm also, unix.stackexchange.com/help/how-to-ask Did you try the man page or Google search for the informatin?
– 0xSheepdog
13 hours ago
I'm fairly sure that the question does not say
fsed.cpm
. It looks like the writer of the script has not read unix.stackexchange.com/a/92921/5132 or unix.stackexchange.com/a/276995/5132 , too. (-:– JdeBP
13 hours ago