senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. gyu-don (gyudon@qiitadon.com)'s status on Tuesday, 28-Aug-2018 11:57:21 JST gyu-don gyu-don

    function l
    if test (count $argv) -eq 0
    ls
    else if test (count $argv) -gt 1
    echo "Too many arguments" >&2
    else if test -d $argv[1]
    ls $argv[1]
    else if test ! -e $argv[1]
    echo "Not exists" >&2
    else if test (head -41 $argv[1] | wc -l) -lt 41
    cat $argv[1]
    else
    less $argv[1]
    end
    end

    In conversation Tuesday, 28-Aug-2018 11:57:21 JST from qiitadon.com permalink
    • 7of9(0x70f9=28921) repeated this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.