Skip to main content

All Questions

Tagged with
0 votes
1 answer
193 views

Usig zsh glob variable not expanding inside alias

I want to list and sort by time, all the files matching a certain pattern and then get only the first 20: ls -laths *.txt | head -20 This works well, for example if I create two files: touch 1.txt ...
Santiago's user avatar
  • 418
2 votes
1 answer
805 views

alias ? not working in zsh

I was lead to believe that there were no differences between aliases in zsh and bash, however that appears to not be the case. I had an alias that would help me familiarize myself with the command ...
anAlias's user avatar
  • 21