約961件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:3か月以内
  • 2024/4/5 -Explains how to find out current time and store to a shell variable under UNIX / Linux / BSD / macOS (OS X) shell scripting.

    2024/3/18 -# Convert command convert "$file" -resize "x$1" "$output_file" Copy. Let's try a small and a large height value: $ ./convert.sh 512 ~/img_original/test_1.jpg ...

    2024/5/11 -#!/bin/sh test x"$SHELL" = x"" && SHELL=/bin/bash test x"$1" = x"" && set -- default unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS vncconfig -iconic ...

    2024/3/28 -Linux text manipulation. Today, I ... Through a quick search, I found a tiny bash script, sp, that does what I need. ... NR==1{x=$1}{print x}. now we can combine ...

    2024/5/9 -... linux-6.8.8-1-obj/x86_64/default -rw-r--r-- 1 ... sh): run_if_exists() { if [ -x "$1" ] ; then ... sh): run_if_exists() { if [ -x "$1" ] ; then "$@" else echo ...

    2024/3/5 -#!/bin/sh # /usr/local/bin/print # 9/99 script for printing from console [ "x$1" = "x" ] && { echo "Usage: print {file}"; exit; } cat $1 > /dev/lp0. To print ...

    2024/5/13 -Consider, step by step, how this can be accomplished (using bash as an example because it's the default shell in Fedora. ... x "$1" } function ...

    2024/5/3 -... Linux VMs deployed in my vSphere based home lab. ... This code runs as part of the virtual machine deployment and is unique to each VM. #!/bin/sh if [ x$1 ... sh ./ ...

    2024/5/7 -Using the networking capabilities of Red Hat Enterprise Linux (RHEL), you can configure your host to meet your organization's network and security requirements.

    2024/4/28 -I use 7-zip to compress and to encrypt/decrypt. It is very convenient as the operation is the same on Linux and Windows. So we must rely on a 3rd party solution ...

    A.最近何故か cal.sh に関する質問が多いですね。 多分、ある学校で課題として出題されてるのでしょうね。 >x,y,zの値に不適切な入力値がある場合や、引数の数が2つより少ない場合 &...

    A.問題文では「引数をインクリメントする」って書かれているのに、なんで、 >③for文((i=$1 ; i%9 ; i++))の部分を((i=$1 ; i%9 ; i++))の形で使用せず、他の構文や

    A.Cygwinでは改行コードがCR+LFなのですがLinuxではLFのみです。 CR=^Mなのでそれを取り去ればいいわけですね。 取り去る方法としては nkf -Lu bc_last.dat >