<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 16, 2015, at 16:28, Rajesh Bondugula <<a href="mailto:bn121rajesh@gmail.com" class="">bn121rajesh@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Menlo; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">some how it is unable to expand the $size and $days</span></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">yes, because it can’t expand $i it bails out and expand nothing. </div><div class="">escape the $i with a second $. </div><div class=""><br class=""></div><div class=""><div class="">In [4]: !for i in $(find . -size +$size"M" -atime +$days); do echo "file: " $$i; done</div><div class="">^C</div><div class="">KeyboardInterrupt</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">-- </div><div class="">M</div></body></html>