Za uporabo na tisoče dodatkov na voljo tukaj, prenesite Mozilla Firefox - hiter, prost spletni brskalnik.
ZapriDobrodošli pri dodatkih za Firefox.
Izbirajte med tisoči dodatnih funkcij in slogov ter si prikrojite Firefox po svoji meri.
ZapriOcene za The Unix and Linux Forums (unix.com)
4 ocene za ta dodatek
Ocena 3 od 5 zvezdic
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
Ocena 5 od 5 zvezdic
Excellent feature, I use to find many answers in unix.com, now I have it available in my FF, lovely :)
Ta ocena je za prejšnjo različico dodatka (20100215).Ocena 5 od 5 zvezdic
Very impressed, works first-time. Did exactly what it said on the tin.
Ta ocena je za prejšnjo različico dodatka (20100215).Ocena 5 od 5 zvezdic
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!
Če želite ustvarjate lastne zbirke, morate imeti račun pri Dodatki Mozille.
ali pa se prijavite na svoj račun