Sponsored Content
Top Forums Shell Programming and Scripting creating files and getting input from another file Post 302232339 by ajayyadavmca on Thursday 4th of September 2008 09:42:37 AM
Old 09-04-2008
but it will create a directory as my filename.
for ex: i want to create dire "/root/xy/yz/zz/" and a file in that named"abc.txt" and it will create directory as "abc.txt"
am i correct or i got u wrong?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

ls > file - Creating file containing the list of all files present in a directory

Hi All, I need to create a file which contains the list of all the files present in that directory. e.g., ls /export/home/user/*.dat > list_file.dat but what i am getting is: $ ls /export/home/user/*.dat > list_file.dat /export/home/user/*.dat: No such file or directory But I have... (1 Reply)
Discussion started by: pranavagarwal
1 Replies

2. Shell Programming and Scripting

Reading specific contents from 1 input files and appending it to another input file

Hi guys, I am new to AWK and unix scripting. Please see below my problem and let me know if anyone you can help. I have 2 input files (example given below) Input file 2 is a standard file (it will not change) and we have to get the name (second column after comma) from it and append it... (5 Replies)
Discussion started by: sksahu
5 Replies

3. Shell Programming and Scripting

Creating a control file for a group of files

Hi, We have almost 45,000 data files created by a script daily. The file names are of format-ODS.POS.<pharmacyid>.<table name>.<timestamp>.dat. There will be one data file like this for each pharmacy and each table.(Totally around 45,000) The requirement is to create a control file for each... (2 Replies)
Discussion started by: Maya_Pillai
2 Replies

4. Shell Programming and Scripting

Creating Dynamic Input or daa files

Hi, I got a requirement to automate the process. We have SLA files, there are some 80 SLA files comes from 1.30pm - 5.30pm. I was asked to write a script to check for the SLA files in the load directory, if the files come then we got to send the mail to the group, if the mails doesnt come... (1 Reply)
Discussion started by: afahmed
1 Replies

5. Shell Programming and Scripting

Script to delete files with an input for directories and an input for path/file

Hello, I'm trying to figure out how best to approach this script, and I have very little experience, so I could use all the help I can get. :wall: I regularly need to delete files from many directories. A file with the same name may exist any number of times in different subdirectories.... (3 Replies)
Discussion started by: *ShadowCat*
3 Replies

6. Shell Programming and Scripting

Comparing two files and creating a new file

Hi, I want to compare two files based on the data in their first column. Both the files are not equal in their number of columns and number of entries or rows. The entries (only the first column) of the file1 should be compared with the entries (only the first column) of the file2. If the... (3 Replies)
Discussion started by: begin_shell
3 Replies

7. Shell Programming and Scripting

Creating two files out of one file

Hi members, I have a file with lots of text like this: asdsfkm dfsfomnow i want to extract only the rows with HUMAN as its 1st column for this I used : ruby -ne 'print if /^Human/; exit if /^TER/' $line | awk 'print $1, "\t"$2, "\t"$3, "\t"$4, "\t"$5}' >$line"new" This is creating a file... (1 Reply)
Discussion started by: CAch
1 Replies

8. Shell Programming and Scripting

Creating a file from input stream

Hi, Need some help with creating a file from input steam. Meaning from following command myfunc should be able to store the input stream to a file. echo a b c | myfunc The file thus created should have - a b c Here's what I've tried in myfunc() but didn't help - myfunc() { cat... (3 Replies)
Discussion started by: nexional
3 Replies

9. Shell Programming and Scripting

Read input files and merge them in given order and write them to input one param or one file

Dear Friends, I am looking for a shell script to merge input files into one file .. here is my idea: 1st paramter would be outfile file (all input files content) read all input files and merge them to input param 1 ex: if I pass 6 file names to the script then 1st file name as output file... (4 Replies)
Discussion started by: hyd1234
4 Replies

10. Programming

creating separate output file for each input file in python

Experts, Need your help for this. Please support My motive is to create seperate output file for each Input Files(File 1 and File2) in another folder say(/tmp/finaloutput) Input files File 1(1.1.1.1.csv) a,b,c 43,17104773,3 45,17104234,4 File 2(2.2.2.2.csv) a,b,c 43,17104773,1... (2 Replies)
Discussion started by: as7951
2 Replies
FS_LSMOUNT(1)						       AFS Command Reference						     FS_LSMOUNT(1)

NAME
       fs_lsmount - Reports the volume for which a directory is the mount point.

SYNOPSIS
       fs lsmount -dir <directory>+ [-help]

       fs ls -d <directory>+ [-h]

DESCRIPTION
       The fs lsmount command reports the volume for which each specified directory is a mount point, or indicates with an error message that a
       directory is not a mount point or is not in AFS.

       To create a mount point, use the fs mkmount command. To remove one, use the fs rmmount command.

OPTIONS
       -dir <directory>+
	   Names the directory that serves as a mount point for a volume. The last element in the pathname provided must be an actual name, not a
	   shorthand notation such as one or two periods ("." or "..").

       -help
	   Prints the online help for this command. All other valid options are ignored.

OUTPUT
       If the specified directory is a mount point, the output is of the following form:

	  '<directory>' is a mount point for volume '<volume name>'

       where

       o   A number sign ("#") precedes the <volume name> string for a regular mount point.

       o   A percent sign ("%") precedes the <volume name> string for a read/write mount point.

       o   A cell name and colon (":") follow the number or percent sign and precede the <volume name> string for a cellular mount point.

       The fs mkmount reference page explains how the Cache Manager interprets each of the three types of mount points.

       If the directory is a symbolic link to a mount point, the output is of the form:

	  '<directory>' is a symbolic link, leading to a mount point for volume
	  '<volume name>'

       If the directory is not a mount point or is not in AFS, the output reads:

	  '<directory>' is not a mount point.

       If the output is garbled, it is possible that the mount point has become corrupted in the local AFS client cache. Use the fs flushmount
       command to discard it, which forces the Cache Manager to refetch the mount point.

EXAMPLES
       The following example shows the mount point for the home directory of user "smith":

	  % fs lsmount /afs/abc.com/usr/smith
	  '/afs/abc.com/usr/smith' is a mount point for volume '#user.smith'

       The following example shows both the regular and read/write mount points for the ABC Corporation cell's "root.cell" volume.

	  % fs lsmount /afs/abc.com
	  '/afs/abc.com' is a mount point for volume '#root.cell'

	  % fs lsmount /afs/.abc.com
	  '/afs/.abc.com' is a mount point for volume '%root.cell'

       The following example shows a cellular mount point: the State University cell's "root.cell" volume as mounted in the ABC Corporation cell's
       tree.

	  % fs lsmount /afs/stateu.edu
	  '/afs/stateu.edu' is a mount point for volume '#stateu.edu:root.cell'

PRIVILEGE REQUIRED
       The issuer must have the "l" (lookup) permission on the ACL of the root directory of the volume that houses the file or directory named by
       the -dir argument, and on the ACL of each directory that precedes it in the pathname.

SEE ALSO
       fs_flushmount(1), fs_mkmount(1), fs_rmmount(1)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							     FS_LSMOUNT(1)
All times are GMT -4. The time now is 06:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy