Sponsored Content
Full Discussion: Just had a few questions
Top Forums UNIX for Dummies Questions & Answers Just had a few questions Post 302500747 by methyl on Tuesday 1st of March 2011 12:03:31 PM
Old 03-01-2011
The "more" command can take input from either a pipe or from the command line.
The "tr" command is one command which only takes input from standard input.

The glob is expanded before the rm is executed. Therefore the "rm" attempts to remove the file "abc" twice.

Maybe try:
Code:
ls *\$\(*

 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

i got some questions :)

Hi! Im new to all this but the computer club im in has unix i think. now my questions. 1.is it NTFS i need to partion the harddrive with to be able to use unix? 2.Unix and Linux whats the diffrense?yes im a noob got no idea been using crap windows for ages and hate it. 3.I got a win98... (2 Replies)
Discussion started by: Pierre
2 Replies

2. Programming

C questions

What does "extern" do? ex. extern int x; and another question, what about using static in functions? like: static void foo(), why? (2 Replies)
Discussion started by: Esaia
2 Replies

3. Solaris

2 Questions

Hello Everbody I hope you can give me a hand, I have some questions The first one itīs about some message that I donīt know what means, I was looking about it. but nothing. This is the message rsh: connection from bad port bsd-gw: Error reading from connection: Bad file number And my... (4 Replies)
Discussion started by: lo-lp-kl
4 Replies

4. UNIX for Dummies Questions & Answers

Just a few questions.

Hi everyone im new to this forums, i just wanted to get started by asking a few question(Im a Unix newbie) 1. How do i sort a file called "dirr" in a ascending order on the 3rd column 2. what does alias on=who do Thanks in advance!!! (1 Reply)
Discussion started by: Da Paper
1 Replies

5. UNIX for Advanced & Expert Users

can any one help me out this questions.....

How do you locate all nonblank lines that don't begin with #, /* ,or // ? (3 Replies)
Discussion started by: pulsar2587
3 Replies

6. Programming

two questions

hey all, I have question when am writing simple shell... in the child am calling execvp, i want the parent to know when execvp returns - 1. how can i let the parent know the result of execvp thanks in advance (9 Replies)
Discussion started by: joey
9 Replies

7. Homework & Coursework Questions

Print questions from a questions folder in a sequential order

1.) I am to write scripts that will be phasetest folder in the home directory. 2.) The folder should have a set-up,phase and display files I have written a small script which i used to check for the existing users and their password. What I need help with: I have a set of questions in a... (19 Replies)
Discussion started by: moraks007
19 Replies

8. UNIX for Dummies Questions & Answers

Vi questions

Hello, I would like to know how we can highlight/select a section of a file in vi and delete that section if we don't want to use the dd command to delete one line at at time. There is one where we don't want to delete the whole line , but up to a certain word. (2 Replies)
Discussion started by: Pouchie1
2 Replies
objZ(1) 						      General Commands Manual							   objZ(1)

NAME
objZ - Compression utility SYNOPSIS
objZ [options] input OPTIONS
The objZ command accepts the following options: Decompress input. The input file must be in ALPHAMAGICZ compressed object file format. Print the argument count, input length, and output length. DESCRIPTION
The objZ command takes a regular, read/write file in ALPHAMAGIC format as input and converts it to ALPHAMAGICZ compressed format. The com- pressed output file replaces the input file. When the -u option is specified, the objZ command takes as input a file in ALPHAMAGICZ format (that is, a file previously produced by the objZ command or by the as command with the -compress option) and converts it to ALPHAMAGIC format. ERRORS
When compressing an input file, the objZ command generates errors if the file is not a regular file (for example, a directory or device special file), if the file is read-only, if its header cannot be read, if the file is not in ALPHAMAGIC format, or if a compression failure occurs. When decompressing an input file, the objZ command generates errors if the file is not a regular file, if the file is read-only, if the file is not in ALPHAMAGICZ format, or if a decompression failure occurs. SEE ALSO
as(1), cc(1), ld(1), at(1), filehdr(4) Programmer's Guide objZ(1)
All times are GMT -4. The time now is 07:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy