aditiapratama
2/9/2017 - 4:06 AM

this will list all the file and strip the extension using zsh

this will list all the file and strip the extension using zsh

# print list files into txt file (this required zsh)
print -rl -- *.blend(:r) > list.txt
#copy the content of list.txt to clipboard (reqired xclip package)
xclip -sel clip < list.txt