set 10
3
Script for connect to a ftp server
#!/bin/bash
ftp -in example.com << "EOF"
user user01 password20
ls
EOF
set 10
1
Sento parlare molto bene di questo email scanner,Quindi lo installato usando questa guida
ago 10
31
Fare Scripting on my htc Wilfire
Text to speech, ‘Hello world!’ in Android (Perl)
3 lines of code. Import the Android.pm google extension, create the android object and you can use the ASE API methods:
use Android;
my $droid = Android->new();
my $result = $droid->speak(‘Hello, Perl!’);
For text2speech ASE support you need to install this:
http://code.google.com/p/android-scripting/wiki/InstallingTextToSpeech
For all methods available over the $droid object, bluetooth, call, camera, volume, contacts, dial, dialog(UI), clipboard, input related methods (UI), geocode, volume, password (UI), packages, screen, launch, makeToast (UI), map, notify, read, sensors related methods, speech methods, scanBarcode, schedule, sendEmail, sms, speak, audio recording, vibrate, open URLs, webSearch(string), etc… see documentation at:
http://code.google.com/p/android-scripting/wiki/ApiReference
If you want to know what is between your and the API, see at:
http://code.google.com/p/android-scripting/source/browse/perl/src/Cross/Android.pm
To start playing with Perl in your Android mobile device or emulator, follow the white rabit:
http://code.google.com/p/android-scripting/source/browse/perl/COMPILING
http://code.google.com/p/android-scripting/
Come trovare i file che sono stati modificati oggi
find /path_che_voglio -type f -ctime 0 -exec ls -lt {} \;
per ulteriori opzioni man find
ago 10
22
per altre opzioni vi rimando al sito della sun http://docs.sun.com/app/docs/doc/817-1592/geofw?l=en&a=view
o alla man page del comando man dladm