find / -type f -name *.jpg -exec cp {} . \; find /dir -type f -size 0 -print find . -type f -size +10000 -exec ls -al {} \; find /var/nmon -mtime +30 | xargs -i rm {} find /var/nmon -mtime +1 -exec gzip -9 {} \; find . -atime +1 -type f -exec mv […]
|
||||||
find / -type f -name *.jpg -exec cp {} . \; find /dir -type f -size 0 -print find . -type f -size +10000 -exec ls -al {} \; find /var/nmon -mtime +30 | xargs -i rm {} find /var/nmon -mtime +1 -exec gzip -9 {} \; find . -atime +1 -type f -exec mv […] Networking Properties There are a few standard system properties used to alter the mechanisms and behavior of the various classes of the java.net package. Some are checked only once at startup of the VM, and therefore are best set using the -D option of the java command, while others have a more dynamic nature and […] echnote (troubleshooting) Problem(Abstract) If the entire network is not IPv6-enabled or capable, users may find that Java programs perform poorly. Resolving the problem This document explains that if the entire network is not IPv6-enabled or capable, users may find that Java programs perform poorly. On IBM i 6.1 and 7.1, the default JVM is the […] |
||||||
Copyright © 2024 - All Rights Reserved Powered by WordPress & Atahualpa |
Recent Comments