My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
sed
.
Show all posts
Showing posts with label
sed
.
Show all posts
Friday, 4 February 2022
How to remove BOM Unicode character from a file (Linux)
›
Example of file with Byte Order Mark (BOM) bytes which appear at the beginning of the file: $ xxd commands.sql 00000000: efbb bf73 656c 6...
How to use GNU Stream Editor (sed)
›
sed is a Unix tool, a GNU stream editor for filtering and transforming text. From its manual: Sed is a stream editor. A stream ed...
›
Home
View web version