Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jotaalvim-tools

This is collection of homemade scrips made to experiment with different techniques and languages.

add symbolic link by force

ln -sf "$PWD/pushb" ~/.local/bin/pushb
ln -sf "$PWD/popb" ~/.local/bin/popb

pushb popb

ddl - Delete duplicated lines

Delete repeated lines in file, ignores empty lines and "empty" lines who have ````{ }``` in them. Similar to

sort | uniq

or

sort -u

using this tool you keep the same relative order in the file.

ddf - Delete duplicated files

Deletes duplicated file in a directory, it uses md5 to hash the content and find the repeated files.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages