To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
বন্ধফায়ারফক্স অ্যাড-অন এ স্বাগতম।
হাজারো অতিরিক্ত বৈশিষ্ট্য ও স্টাইল থেকে আপনার পছন্দেরটি বেছে নিয়ে ফায়ারফক্সকে নিজের মত করে সাজান।
বন্ধReviews for The Unix and Linux Forums (unix.com)
4 reviews for this add-on
Rated 3 out of 5 stars
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
Rated 5 out of 5 stars
Excellent feature, I use to find many answers in unix.com, now I have it available in my FF, lovely :)
This review is for a previous version of the add-on (20100215).Rated 5 out of 5 stars
Very impressed, works first-time. Did exactly what it said on the tin.
This review is for a previous version of the add-on (20100215).Rated 5 out of 5 stars
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!
দয়া করে কারনটি নির্বাচন করুনঃ
নিজের সংগ্রহ তৈরির জন্য, আপনার অবশ্যই একটি অ্যাড-অন অ্যাকাউন্ট থাকতে হবে।