Sponsored Content
Full Discussion: Unix basic commands
Top Forums UNIX for Dummies Questions & Answers Unix basic commands Post 5242 by Michael on Thursday 9th of August 2001 05:39:44 AM
Old 08-09-2001
Unix in a Nutshell OReilly/VVA ISBN: 1565924274

Vi Editor Pocket Reference OReilly/VVA ISBN: 1565924975


check it out

Unix in a Nutshell OReilly/VVA

Vi Editor Pocket Reference OReilly/VVA

removed html tags for readability--oombera

Last edited by oombera; 02-18-2004 at 11:30 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

basic commands documentation

I'm training a newbie on unix. He's in another site and I can't share my unix books with him - is there any documentation on basic unix commands he can download? (1 Reply)
Discussion started by: kdgorton
1 Replies

2. Shell Programming and Scripting

Need help in sftp basic commands

I'm trying to make use of some common generic functions already present in the scripts loaded in the environment. A variable VAR1 is declared and used in the generic functions. Its value is also set in the generic function. Now I need to use that generic function for PURGING of some old files... (2 Replies)
Discussion started by: livetaurean19
2 Replies

3. Windows & DOS: Issues & Discussions

Basic Unix Commands for cygwin

Hi. I'm New user for this Forum.Presently i'm working with Cygwin I want to know the basic commands that will be used for Cygwin. Can anyone guide me on this regards Thanks & Regards Sanjay (0 Replies)
Discussion started by: sanjay.karthik
0 Replies

4. UNIX for Dummies Questions & Answers

Why do basic unix commands not work in BASH

Why do basic unix commands such as "ls" not work in "BASH" mode?? I am frustrated!! (10 Replies)
Discussion started by: PixelLover
10 Replies

5. UNIX for Dummies Questions & Answers

Vi editor basic commands

I would be thankful if anyone could show me commands to do the following tasks in vi:1) How can I undo or redo my last action in vi editor. 2) How can I copy only a word or a portion of line (not the whole line) in vi, like we can select text and press ctrl+c in notepad to copy any text. 3)... (4 Replies)
Discussion started by: nervous
4 Replies

6. Red Hat

Segmentation fault on basic linux commands

Hello out there!!! I have a Red Hat Entreprise Linux 4 server and I am encountering this error # grep Segmentation Fault I know it is not the right use of grep command, but I did that just for testing purpose,then I did # which grep /bin/grep # ls -l /bin/grep -rwxr-xr-x 1 root... (4 Replies)
Discussion started by: inhaki
4 Replies

7. Solaris

Required list of all basic commands for a beginners

I want the commands list to view only files, and only directories and all the basic commands for a beginner of solaris (1 Reply)
Discussion started by: omsingh2k5
1 Replies

8. Android

Basic commands for android!!

Hi, I have a n android phone and just rooted it. I access it using 'terminal Emulator'. I performed many basic linux-like commands in the terminal like rm,ls,df,reboot etc and they are working fine. But many of them are not like man <something>, clear,du etc. Can any of you please help to... (20 Replies)
Discussion started by: shekhar_4_u
20 Replies

9. Programming

Using basic UNIX commands to make/compile JAVA files

Hello! This is my first post, and I just learned what UNIX was this week. For a JAVA programming class I am taking, I must be able to create a directory in UNIX, use the nano command to create a JAVA program, compile it, and then run it on the command prompt using the java command. For some... (5 Replies)
Discussion started by: UNdvoItX
5 Replies
HDFED(1)						      General Commands Manual							  HDFED(1)

NAME
hdfed - edit the contents of an HDF File SYNOPSIS
hdfed [-nobackup] [-batch] hdf_file DESCRIPTION
hdfed allows experienced HDF users to manipulate the elements of an HDF file. These manipulations include * Selecting groups and showing information about them. * Dumping group information to output files. * Writing group data to output files. * Deleting groups from HDF files. * Inserting groups in HDF files. * Replacing elements of HDF files. * Editing the labels and descriptions of any element in an HDF file. hdfed is designed primarily for users who need to know about HDF files at the level of individual data elements. It is not designed to pro- vide a comprehensive high-level view of the contents of an HDF file - other tools and utilities should be used for that purpose. To use hdfed one should be familiar with the components of an HDF file covered in the HDF Specifications manual. The hdfed utility is loosely modeled on ed(1), the UNIX line editor. When hdfed is invoked, it prompts the user for commands, as does ed. Also, basic command syntax and description information is available to the user through hdfed. The most common hdfed commands are used to control the position in the HDF file and the format of the information provided. The initial view of the file under hdfed consists of a set of tag/reference number pairs. Although hdfed allows modification of tags and reference numbers within strict constraints, it will not allow the user to arbitrarily modify binary data in the file. The following terms and concepts must be understood in order to use hdfed correctly and will be used in the following discussion about hdfed. * The data object or object refers to an HDF data object and the data descriptor of that object. (i.e., tags, reference numbers, off- sets, or lengths.) * The data or data element refers to the record that the data descriptor points to. For a precise definition of the data that is asso- ciated with a given tag consult the HDF Specifications and Developer's Guide v3.2 from the HDF WWW home page at http://hdf.ncsa.uiuc.edu/. * The group refers to a predefined collection of data objects that correspond to a particular application. For example, a raster image group refers to the collection of objects that are used to store all of the information in a raster image set. Once an HDF file has been opened by hdfed, the following operations can be performed on the data file, among others: * Select an HDF object to examine more closely. * Move forward or backward within the HDF file. * Get information about an object. (tag, reference number, size, label) * Display a raster image using the ICR protocol. * Display the contents of any object. * Delete an object. * Annotate an object with a label or description. * Write an object to a second HDF file. * Write data elements in binary form to a non-HDF file. * Close the file and exit, or open a new file. hdfed commands are documented in the Users Guide section on Command-line Utilities. OPTIONS
-nobackup Make no backup file. If this option is omitted, a backup file is automatically created. -batch Input to hdfed is a stream of hdfed commands, rather than interactively. The -batch flag is useful when a group of commonly-used commands are included in a UNIX shell script. The following is an example of such a script, using the C-shell, that lists informa- tion about the groups in a specified HDF file. #!/bin/csh -f set file=$1 shift hdfed -batch $file -nobackup << EOF info -all group $* close quit EOF echo "" -help Output usage information, as well as a quick list of the hdfedj commands. SEE ALSO
hdf(5), ed(1), The HDF Users Guide: /usr/share/doc/libhdf4g/html-userguide/Utils2.html#33. October 31, 1999 HDFED(1)
All times are GMT -4. The time now is 02:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy