Changes between Version 15 and Version 16 of Internal/OpenFlow/miscUnix


Ignore:
Timestamp:
Jul 25, 2012, 5:03:20 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscUnix

    v15 v16  
    265265 * `[sudo] ip addr flush [iface]` resets the IP configurations for an interface on Ubuntu.
    266266 * tar -xvf [archive.tgz] [filename] lets you extract a single file from an archive and -tf lists contents.
     267 * find -x [dir] -size +10000 -exec du -h {} \; finds files over 10kB, including hidden files. 
    267268----
    268269^1. Me being the person that I am will have likely tried these on FreeBSD and maybe lubuntu to see that they work there as well.^ [[BR]]