What do you mean by “programmable”?
Is it possible to add new features, you hadn’t previously thought of? How easy?
It’s as simple as doing any other sort of text manipulation with a shell script or Python script, or whatever other programming system one uses to manipulate text. It’s remarkable what you can do with a simple combination of find and sed.
find
sed
Is it possible to add new features, you hadn’t previously thought of? How easy?
It’s as simple as doing any other sort of text manipulation with a shell script or Python script, or whatever other programming system one uses to manipulate text. It’s remarkable what you can do with a simple combination of
find
andsed
.