Firefox Add-ons
  • Explore
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Search Tools
    • Other Browser Sites
    • Add-ons for Android
Developer HubDownload FirefoxRegister or Log in
Add-on icon

Reviews for The Unix and Linux Forums (unix.com)

The Unix and Linux Forums (unix.com)by neounix

Rated 4,4 out of 5
4,4 Stars out of 5
5 reviews
  • Rated 4 out of 5
    by Firefox user 14123227, 8 maande gelede
  • Rated 3 out of 5
    by Tiger19, 9 jaar gelede
    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
    by RaceControl, 9 jaar gelede
    Excellent feature, I use to find many answers in unix.com, now I have it available in my FF, lovely :)
  • Rated 5 out of 5
    by f1geek, 9 jaar gelede
    Very impressed, works first-time. Did exactly what it said on the tin.
  • Rated 5 out of 5
    by Tim Bass, 9 jaar gelede
    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!
Go to Mozilla's homepage

Add-ons

  • About
  • Blog
  • Developer Hub
  • Developer Policies
  • Forum
  • Report a bug
  • Review Guide
  • Site Status

Firefox

  • Download Firefox
  • Android Browser
  • iOS Browser
  • Focus Browser
  • Desktop Browser
  • Beta, Nightly, Developer Edition
  • Twitter (@firefox)
  • Facebook (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.