sed - modified files The 2019 Stack Overflow Developer Survey Results Are In ...

Can the DM override racial traits?

Does Parliament hold absolute power in the UK?

Single author papers against my advisor's will?

Is every episode of "Where are my Pants?" identical?

Do warforged have souls?

Huge performance difference of the command find with and without using %M option to show permissions

Why can't devices on different VLANs, but on the same subnet, communicate?

What force causes entropy to increase?

Why are PDP-7-style microprogrammed instructions out of vogue?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

Did the new image of black hole confirm the general theory of relativity?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Button changing its text & action. Good or terrible?

Word for: a synonym with a positive connotation?

Homework question about an engine pulling a train

Why did Peik Lin say, "I'm not an animal"?

Keeping a retro style to sci-fi spaceships?

What do I do when my TA workload is more than expected?

Example of compact Riemannian manifold with only one geodesic.

Didn't get enough time to take a Coding Test - what to do now?

Can withdrawing asylum be illegal?

What can I do if neighbor is blocking my solar panels intentionally?

Why can't wing-mounted spoilers be used to steepen approaches?



sed - modified files



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election ResultsHow do I use the SED command to remove injected code from multiple files?SED command not replacing (working regex)Is it possible to pass arguments to a sed script?sed: cut line X and append to top of the fileReplacing in files with sed using regexMake multiple edits with a single call to sedsed append a text with many lines after matching of multiple strings while the text remains many lines in sed commandConvert from comma to Column (sed)sed - * works, + doesnt?Replace AWORD or BWORD with CWORD in sed





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I'm about to use sed 's/a/b/' *ex/config/abs.json. by default it shows me all modifications but I want to know which files it did modify.



Something like



... 
a1ex/config/abs.json
a2ex/config/abs.json
b177ex/config/abs.json
...









share|improve this question




















  • 3





    That command doesn't modify any files (and sed doesn't tell you what files it's dealing with). What is your actual command, and is it changing files the way you expect? You can edit your question.

    – Michael Homer
    5 hours ago


















0















I'm about to use sed 's/a/b/' *ex/config/abs.json. by default it shows me all modifications but I want to know which files it did modify.



Something like



... 
a1ex/config/abs.json
a2ex/config/abs.json
b177ex/config/abs.json
...









share|improve this question




















  • 3





    That command doesn't modify any files (and sed doesn't tell you what files it's dealing with). What is your actual command, and is it changing files the way you expect? You can edit your question.

    – Michael Homer
    5 hours ago














0












0








0








I'm about to use sed 's/a/b/' *ex/config/abs.json. by default it shows me all modifications but I want to know which files it did modify.



Something like



... 
a1ex/config/abs.json
a2ex/config/abs.json
b177ex/config/abs.json
...









share|improve this question
















I'm about to use sed 's/a/b/' *ex/config/abs.json. by default it shows me all modifications but I want to know which files it did modify.



Something like



... 
a1ex/config/abs.json
a2ex/config/abs.json
b177ex/config/abs.json
...






bash sed






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 28 mins ago









Prabhjot Singh

155213




155213










asked 6 hours ago









IlliaxIlliax

1134




1134








  • 3





    That command doesn't modify any files (and sed doesn't tell you what files it's dealing with). What is your actual command, and is it changing files the way you expect? You can edit your question.

    – Michael Homer
    5 hours ago














  • 3





    That command doesn't modify any files (and sed doesn't tell you what files it's dealing with). What is your actual command, and is it changing files the way you expect? You can edit your question.

    – Michael Homer
    5 hours ago








3




3





That command doesn't modify any files (and sed doesn't tell you what files it's dealing with). What is your actual command, and is it changing files the way you expect? You can edit your question.

– Michael Homer
5 hours ago





That command doesn't modify any files (and sed doesn't tell you what files it's dealing with). What is your actual command, and is it changing files the way you expect? You can edit your question.

– Michael Homer
5 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f512186%2fsed-modified-files%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f512186%2fsed-modified-files%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m