EN VI
Posts (0)
Questions (3)
2024-03-12 23:00:12
Preliminary: All of the following assumes that the data are presented one item per line, without embedded newlines, and that all characters between newlines are significant. I'm trying to use command...
Tags: linux bash awk
2024-03-14 02:00:06
function! PrependLine() update " Save the current file to avoid problems with switching buffers yank " Copy the current line to the default register edit myfile.md " Open a new buffer or s...
Tags: bash sed vim
2024-03-14 23:30:05
You can use sed 's/\b\([01]\+\)b\b/%\1/g' file See the online sed demo: #!/bin/bash s=' 00018342 0000 dc.b 11010101b' sed 's/\b\([01]\+\)b\b/%\1/g'
Tags: sed binary transform

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login