Collin Donnell – Remove Duplicate Path Entries
July 5, 2021
Collin Donnell – Remove Duplicate Path Entries:
export PATH=$(echo $PATH | ruby -F: -ane ‘puts $F.uniq.join(“:”).chomp’)
This is beautiful.
Hobby Games, Video Games, Politics and devops
Collin Donnell – Remove Duplicate Path Entries:
export PATH=$(echo $PATH | ruby -F: -ane ‘puts $F.uniq.join(“:”).chomp’)
This is beautiful.