About 18 results
Open links in new tab
  1. What are .xsh files? How to see its contents? - Unix & Linux Stack …

    Mar 9, 2019 · The synology ipkg installer bootstraps with a file, with name ending .xsh. How can I see what is inside such file?

  2. Why is XCU the abbreviation for "Shell and Utilities" and XSH the ...

    Aug 31, 2023 · POSIX is divided into 4 major volumes, and the abbreviations XBD, XSH, XCU and XRAT are used throughtout, respectively standing for "Base Definitions", "Shell and Utilities", …

  3. What is the difference between `ash` and `sh` shell on Linux?

    Mar 4, 2022 · Historically, ash is the Almquist Shell. What does it mean to be "sh compatible"? gives its history in the overall context of sh -style shells, and Where to find the source code for the Almquist …

  4. Is Linux a Unix? - Unix & Linux Stack Exchange

    Strictly speaking, Linux is an operating system kernel that is designed like Unix's kernel. Linux is most commonly used as a name of Unix-like operating systems that use Linux as their kernel. As many of …

  5. bash - Shell script to create a file if it doesn't exist? - Unix ...

    Nov 16, 2017 · I need to create a shell script that checks for the presence of a file and if it doesn't exist, creates it and moves on to the next command, or just moves on to the next command. What I have …

  6. How do you time how long a command took to run? [duplicate]

    How would you find out how long a running process took to complete? Example: date; dd bs=1m if=/foo of=bar; date ^This example only has 1 second of resolution. Any shell is acceptable.

  7. How is Ctrl+c or Ctrl+z sent over SSH? - Unix & Linux Stack Exchange

    Oct 19, 2019 · I am trying to figure out exactly what is sent to an SSH host when I press Ctrl + c in either PuTTY or OpenSSH. All I am trying to do is send control codes programmatically that are equivalent …

  8. How to cycle through reverse-i-search in Bash?

    In the GNU bash shell, I can type Ctrl + R to search for a matching command previously run. E.g., if I type Ctrl + R and then "grep", it lists my last grep command, and I can hit Enter to...

  9. Error installing ipkg on Synology NAS DS414 - Unix & Linux Stack …

    Feb 8, 2018 · However, once I run the syno-mvkw-bootstrap_1.2-7_arm.xsh, I get Error: CPU not Marvell Kirkwood, probably wrong bootstrap.xsh Here's the screenshot: My NAS's info is as below: …

  10. shell - sh + how to use array in sh script in order to print all values ...

    I want to use arrays in my sh script. My target is to create an array with the values a b c and print all values in the array. I succeeded to print each array, but I failed to print all values in...