Help for this page
-s(<1000)
(-s) < 1000
grep { 1000 > -s } @ARGV; # or grep { -s <= 999 } @ARGV;
-s() < 1000
-s $_ < 1000