In linux, command [...] -e 's/e/E/g' test.txt, will replace all occurences of e with E in file test.txt
Answer
sed
Question
In linux, command [...] -e 's/e/E/g' test.txt, will replace all occurences of e with E in file test.txt
Answer
?
Question
In linux, command [...] -e 's/e/E/g' test.txt, will replace all occurences of e with E in file test.txt
Answer
sed
If you want to change selection, open document below and click on "Move attachment"
8. Streams and sed -- The Stream Editor the same line (usually sed just replaces the first occurrence of the regular expression in each line). (There are other <option> ; see the sed info page.) For demonstration, type sed -e '<span>s/e/E/g' and type out a few lines of English text. 8.7 Regular Expression Subexpressions The section explains how to do the apparently complex task of moving text around within lines. Con
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.