find . -mtime +7 -type f -exec ls -l "{}" \;
move them :
find . -mtime +7 -type f -exec mv "{}" <your_destination_directory> \;
find . -mtime +7 -type f -exec ls -l "{}" \;
find . -mtime +7 -type f -exec mv "{}" <your_destination_directory> \;
data-bind="
attr:{
'selected': typeof(selected) !== 'undefined' ? 'selected' : null
}import urllibLink : http://stackoverflow.com/questions/10367981/how-to-use-post-method-in-tornado
post_data = { 'data': 'test data' } #A dictionary of your post data
body = urllib.urlencode(post_data) #Make it into a post request
http_client = tornado.httpclient.AsyncHTTPClient()
http_client.fetch("http://127.0.0.1:8888", handle_request, method='POST', headers=None, body=body)
gcc: error: unrecognized command line option '-mno-cygwin'when you type pip install greenlet (or another lib)