Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Use portion of file name as new file name Post 302988086 by RudiC on Tuesday 20th of December 2016 09:20:33 AM
Old 12-20-2016
You did NOT copy the proposal. How do you expect it to work, then?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

remove portion of file

Can anyone tell me how to remove a portion of a large file to smaller ones? What I have is a large file that was created becasue several similar files were joined together. Each individual file starts with MSG_HEAD. I want to take everything from MSG_HEAD up to were it says MSG_HEAD again and... (13 Replies)
Discussion started by: methos
13 Replies

2. Shell Programming and Scripting

Separate a portion of text file into another file

Hi, I have my input as follows : I have given two entries- From system Mon Aug 1 23:52:47 2005 Source !100000006!: Impact !100000005!: High Status ! 7!: New Last Name+!100000001!: First Name+ !100000003!: ... (4 Replies)
Discussion started by: srikanth_ksv
4 Replies

3. Programming

Delete Portion of a file

hi i would like to know whether i can delete a part of a file in C for eg. if my file contained 1234567890 and i want to delete 456 so that it becomes 1237890 is there a way i can do this. well, one way i can achieve this is by creating a new file, copy whatever i want, then delete the... (2 Replies)
Discussion started by: sameersbn
2 Replies

4. UNIX for Dummies Questions & Answers

Print a portion of file

Hi, I have a little problem. I am having a file with pattern like : asdf;ffgg;dfjfj;djdfjf;nnjj;djd;ssj; I just want to print the portion from last ";" upto the immediate previous ";". There are several ";" in my line. Please help me out... Thnx in advance (8 Replies)
Discussion started by: vanand420
8 Replies

5. Shell Programming and Scripting

Grep certain portion from the file

Dear Friends, Here I am with another difficulty. I have a flat file from which I wanna grep following pattern. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Statement Date : Blah blah Blah blah Blah blah Blah blah... (1 Reply)
Discussion started by: anushree.a
1 Replies

6. UNIX for Dummies Questions & Answers

Portion of a file in a new files

Hi, I need to devide one file into 3 files based on column numbers and put a string (FILE1, FILE2, FILE3) in the last..... Input file: Column1,Column2,Column3,Column4,Column5,Column6,Column7,Column8,Column9,Column10 Output1: Column1,Column3,Column6,Column4,Column5,FILE1 Output2:... (6 Replies)
Discussion started by: yale_work
6 Replies

7. Shell Programming and Scripting

Rename portion of file based on another file

Hello, I've been searching and reading, but I can't figure out how to solve this problem with my newbie skills. In my directory, I have a list of files (see dirlist.txt attachment) that I need to merge and rename. I have part of the code of the code figured out (see below). However, I... (3 Replies)
Discussion started by: anjulka
3 Replies

8. UNIX for Advanced & Expert Users

Removing portion of file name

Hi , I am getting file name like ABC_DATA_CUSTIOMERS_20120617.dat ABC_DATA_PRODUCTS_20120617.dat Need to convert CUSTIOMERS.dat PRODUCTS.dat Help me how to do this. (7 Replies)
Discussion started by: reach_malu
7 Replies

9. Shell Programming and Scripting

Unix Scripting : Sort a Portion of a File and not the complete file

Need to sort a portion of a file in a Alphabetical Order. Example : The user adam is not sorted and the user should get sorted. I don't want the complete file to get sorted. Currently All_users.txt contains the following lines. ############## # ARS USERS ############## mike, Mike... (6 Replies)
Discussion started by: evrurs
6 Replies

10. UNIX for Dummies Questions & Answers

How to append portion of a file content to another file when a certain pattern is matching?

Hi ladies and gentleman.. I have two text file with me. I need to replace one of the file content to another file if one both files have a matching pattern. Example: text1.txt: ABCD 1234567,HELLO_WORLDA,HELLO_WORLDB DCBA 3456789,HELLO_WORLDE,HELLO_WORLDF text2.txt: XXXX,ABCD... (25 Replies)
Discussion started by: bananamen
25 Replies
PPATH_NUMBER(3) 					   BSD Library Functions Manual 					   PPATH_NUMBER(3)

NAME
ppath_number, ppath_copydel_int64, ppath_copyset_int64, ppath_set_int64, ppath_get_int64, ppath_delete_int64, ppath_copydel_uint64, ppath_copyset_uint64, ppath_set_uint64, ppath_get_uint64, ppath_delete_uint64 -- integer property path operations LIBRARY
library ``libppath'' SYNOPSIS
#include <ppath/ppath.h> int ppath_copydel_int64(prop_object_t, prop_object_t *, const ppath_t *); int ppath_copyset_int64(prop_object_t, prop_object_t *, const ppath_t *, int64_t); int ppath_set_int64(prop_object_t, const ppath_t *, int64_t); int ppath_get_int64(prop_object_t, const ppath_t *, int64_t *); int ppath_delete_int64(prop_object_t, const ppath_t *); int ppath_copydel_uint64(prop_object_t, prop_object_t *, const ppath_t *); int ppath_copyset_uint64(prop_object_t, prop_object_t *, const ppath_t *, uint64_t); int ppath_set_uint64(prop_object_t, const ppath_t *, uint64_t); int ppath_get_uint64(prop_object_t, const ppath_t *, uint64_t *); int ppath_delete_uint64(prop_object_t, const ppath_t *); DESCRIPTION
The ppath_number routines read, write, or delete integers in a property list by path. FUNCTIONS
ppath_number provides these functions for manipulating integers in a property list by the integers' paths: ppath_copydel_int64(prop_object_t o, prop_object_t *op, const ppath_t *p) ppath_copydel_uint64(prop_object_t o, prop_object_t *op, const ppath_t *p) Create a copy of the property list o at *op. Delete from the copy the prop_number_t named by p. If *op is NULL, ppath_copydel_int64() and ppath_copydel_uint64() create a shallow copy of o at *op. If *op is not NULL, ppath_copydel_int64() and ppath_copydel_uint64() expect for *op to be an existing shallow copy of o. For the purposes of ppath_copydel_int64() and ppath_copydel_uint64(), *op is a shallow copy of property list o if equal properties at equal paths are shared between the two. Before ppath_copydel_int64() and ppath_copydel_uint64() modify a property shared by *op and o, they create a private copy of the property for *op. ppath_copyset_int64(prop_object_t o, prop_object_t *op, const ppath_t *p, int64_t v) ppath_copyset_uint64(prop_object_t o, prop_object_t *op, const ppath_t *p, uint64_t v) Create a copy of the property list o at *op. In the copy, replace with v the prop_number_t named by p. If *op is NULL, ppath_copyset_int64() and ppath_copyset_uint64() create a shallow copy of o at *op. If *op is not NULL, ppath_copyset_int64() and ppath_copyset_uint64() expect for *op to be an existing shallow copy of o. For the purposes of ppath_copyset_int64() and ppath_copyset_uint64(), *op is a shallow copy of property list o if equal properties at equal paths are shared between the two. Before ppath_copydel_int64() and ppath_copydel_uint64() modify a property shared by *op and o, they create a private copy of the property for *op. ppath_set_int64(prop_object_t o, const ppath_t *p, int64_t v) ppath_set_uint64(prop_object_t o, const ppath_t *, uint64_t v) Replace with v the prop_number_t in o named by p. ppath_get_int64(prop_object_t o, const ppath_t *p, int64_t *vp) ppath_get_uint64(prop_object_t o, const ppath_t *p, uint64_t *vp) Retrieve the prop_number_t named by p from o, and write it to *vp. ppath_delete_int64(prop_object_t o, const ppath_t *p) ppath_delete_uint64(prop_object_t o, const ppath_t *p) Delete the prop_number_t named by p from o. ppath_delete_int64() and ppath_delete_uint64() decrease by one the deleted number's ref- erence count. RETURN VALUES
ppath_number routines return 0 on success, and non-zero on error. ERRORS
[EFTYPE] A ppath_number operation returns EFTYPE when the object named by the path is not a prop_number_t. [ENOENT] ppath_number routines return ENOENT if the path p does not exist in o. [ENOMEM] ppath_set_int64(), ppath_set_uint64(), ppath_copyset_int64(), and ppath_copyset_uint64() return ENOMEM if there was insuf- ficient memory to complete the operation. SEE ALSO
ppath(3), ppath_data(3), ppath_object(3), ppath_string(3), proplib(3) HISTORY
The ppath_number property container path library first appeared in NetBSD 6.0. AUTHORS
David Young <dyoung@pobox.com> BSD
September 13, 2011 BSD
All times are GMT -4. The time now is 05:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy