על מנת לנסות את אלפי התוספות הזמינות כאן, הורידו את Mozilla Firefox, דרך מהירה וחופשית לגלוש ברשת!
סגירהברוכים הבאים לתוספות של Firefox.
ניתן לבחור מבין אלפי תכונות וסגנונות נוספים כדי להתאים את Firefox לטעמך.
סגירהסקירות עבור The Unix and Linux Forums (unix.com)
4 סקירות עבור תוספת זו
דירוג 3 מתוך 5 כוכבים
fileservice Platzverbrauch:
#Aufgabe: fileservice
echo "Sollen links oder Platzverbrauch gewaehlt werden? links oder Platz"
read ENTSCHEIDUNG
if [ "$ENTSCHEIDUNG" == "links" ]; then
echo "Sollen Hardlinks erstellt werden? ja oder nein"
read ENTSCHEIDUNG
if [ "$ENTSCHEIDUNG" == "ja" ]; then
mkdir hardlinks
cd hardlinks
ln ../"$1"
else
echo "Keine Aenderung vorgenommen!"
fi
echo "Sollen Symbolische Links erstellt werden? ja oder nein"
read ENTSCHEIDUNG
if [ "$ENTSCHEIDUNG" == "ja" ]; then
mkdir ../symlinks
cd ../symlinks
ln -s ../"$1"
else
echo "Keine Aenderung vorgenommen!"
fi
else
echo "Soll der Platzverbrauch berechnet werden? ja oder nein"
read ENTSCHEIDUNG
if [ "$ENTSCHEIDUNG" == "ja" ]; then
ls -s "$1" | head -n1
else
echo "Keine Aenderung vorgenommen!"
fi
fi
exit
דירוג 5 מתוך 5 כוכבים
Excellent feature, I use to find many answers in unix.com, now I have it available in my FF, lovely :)
סקירה זו מתייחסת לגרסה קודמת של התוספת (20100215).דירוג 5 מתוך 5 כוכבים
Very impressed, works first-time. Did exactly what it said on the tin.
סקירה זו מתייחסת לגרסה קודמת של התוספת (20100215).דירוג 5 מתוך 5 כוכבים
Hat's off to fpmurphy for developing this. I hope you will do the same for a man page search in the future!
Great job!
על מנת ליצור אוספים משלך, יש צורך בחשבון Mozilla Add-ons.