Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[patch] allow G (gigabytes) modifier in limit command



Hi!

Nowadays gigabytes of RAM are common, but zsh limit command does not
allow to specify G suffix for memory limits:

% limit datasize 16G
limit: unknown scaling factor: G

The patch introduces G modifier (2^30 multiplier), available here:
https://github.com/zsh-users/zsh/pull/7

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@xxxxxxxxx  ..:  jabber: amdmi3@xxxxxxxxx      http://amdmi3.ru



Messages sorted by: Reverse Date, Date, Thread, Author