Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8827551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:23:55+00:00 2026-06-14T07:23:55+00:00

Reading the make’s manual page: `shar’ Create a shell archive (shar file) of the

  • 0

Reading the make’s manual page:

`shar’
Create a shell archive (shar file) of the source files.

What is a shar?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T07:23:56+00:00Added an answer on June 14, 2026 at 7:23 am

    It’s a shell archive, a self extracting executable shell script which is meant to be a convenient way to ship archives of files and have them appear simply by running the script.

    An example is shown in the transcript below which gives only one file from the archive, output.txt:

    pax> cat shar.bash 
    #!/bin/bash
    tr '[A-Za-z]' '[N-ZA-Mn-za-m]' >output.txt <<EOF
        Uryyb sebz Cnk.
    EOF
    
    pax> ./shar.bash 
    pax> cat output.txt 
        Hello from Pax.
    

    That’s a fairly simplistic one since it only delivers one file, and it doesn’t compress it at all, but it should give you the general idea.

    A real one would probably give you something like a set of files combined with tar, gzip and uuencode, which would then be passed through uudecode, gunzip and tar to deliver the original content.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to modify the example http://www.html5rocks.com/en/tutorials/file/dndfiles/#toc-reading-files to make function handleFileSelect(evt) return reader.result;
I am reading an element list from an xml file and make the data
Currently I'm writing a library to make reading and writing INI files simple, I
I'm very new to makefiles. I'm reading the GNU-make manual, but I'm still unclear
Reading knockoutJs tutorial and couldn't make this to work. On the first page, the
Abstract: reading images from file with toggled bits to make unusable for preview tools
I'm reading in data from different txt files to make objects and then into
I was reading through Automatic Dependency Generation in the make manual and I can't
I am trying to make a simple PHP MySQL login page. I keep reading
I don't know much about creating Makefiles, but I've been reading the make manual

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.