Sponsored Content
Full Discussion: How to edit a large file
Top Forums Shell Programming and Scripting How to edit a large file Post 302581955 by bobby1015 on Wednesday 14th of December 2011 01:19:52 PM
Old 12-14-2011
Sorry, I didn't quite get that. Anything in detail would be highly appreciated. Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to edit large files using vi

How to edit large file using vi where you can't increase /usr/var/tmp anymore? (3 Replies)
Discussion started by: nazri
3 Replies

2. Shell Programming and Scripting

Help to edit a large file

I am trying to edit a file that has 33k+ records. In this file I need to edit each record that has a 'Y' in the 107th position and change the 10 fields before the 'Y' to blanks. Not all records have a 'Y' in the 107th field. ex: ... (8 Replies)
Discussion started by: jxh461
8 Replies

3. UNIX for Dummies Questions & Answers

Edit the File

Hello Everyone I am new to this forum. I am having a requirement to edit the file(the file is having some sql code). And this file is in my colleagues login. This is readonly Now I would like to edit this file. In which way can I do this? (1 Reply)
Discussion started by: pradkumar
1 Replies

4. Shell Programming and Scripting

how to edit large file in unix

hi All, Plz let me know how to edit a file with 2000000 records. each record contains with 40 field seperated by |. i want modify 455487 record, but i am uable to edit this large file using vi editor in unix. plz let me know how to modify this file. Thanks in advance. -Bali Reddy (3 Replies)
Discussion started by: balireddy_77
3 Replies

5. Shell Programming and Scripting

Edit a large file in place

:confused:Folks, I have a file with 50 million records having 2 columns. I have to do the below: 1. Generate some random numbers of a fixed length. 2. Replace the second column of randomly chosen rows with the random numbers. I tried using a little bit of perl to generate random numbers... (6 Replies)
Discussion started by: mvijayv
6 Replies

6. Shell Programming and Scripting

Edit value in File

I have a file oratab with entry like this SCADAG:/esitst1/oracle/product/9.2.0.8:Y I am trying to discover a way to change the 9.2.0.8 part of this to something like 10.2.0.4 as part of an upgrade script. I have tried cat /etc/oratab >>/tmp/oratab... (1 Reply)
Discussion started by: sewood
1 Replies

7. Shell Programming and Scripting

Scripting the process to edit a large file

Hi, I need to make a script to edit a file. File is a large file in below format Version: 2008120101 ;$INCLUDE ./abc/xyz/Delhi ;$INCLUDE ./abc/xyz/London $INCLUDE ./abc/xyz/New York First line in the file is version number which is in year,month,date and serial number format. Each... (5 Replies)
Discussion started by: makkar4u
5 Replies

8. Shell Programming and Scripting

Script to Edit the file content and create new file

I have a requirement, which is as follows *. Folder contains list of xmls. Script has to create new xml files by copying the existing one and renaming it by appending "_pre.xml" at the end. *. Each file has multiple <Name>fileName</Name> entry. The script has to find the first occurance of... (1 Reply)
Discussion started by: sudesh.ach
1 Replies

9. Shell Programming and Scripting

edit file

I have a file containing dates like below 2010 1 02 2010 2 01 2010 3 05 i want the dates to be like below 20100102 20100201 20100305 i tired using awk '{printf "%s%02s%02s",$1,$2,$3}' But it does not work,it puts all the dates in one line,i want them in seperate lines like the... (6 Replies)
Discussion started by: tomjones
6 Replies

10. UNIX for Advanced & Expert Users

Edit file

Hi All, I have file with 200K Records and each line with 400 character. I need to edit the some part of the file. For example, i need to edit character from 115 to 125, 135to 145 and 344 to 361 Can you please anyone help me to do this? Regards, (1 Reply)
Discussion started by: balasubramani04
1 Replies
__gnu_pbds::detail::left_child_next_sibling_heap_const_itera__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >(3cxx)

NAME
__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc > - SYNOPSIS
Inherits __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >. Public Types typedef base_type::const_pointer const_pointer typedef base_type::const_reference const_reference typedef _Alloc::difference_type difference_type typedef std::forward_iterator_tag iterator_category typedef base_type::pointer pointer typedef base_type::reference reference typedef base_type::value_type value_type Public Member Functions left_child_next_sibling_heap_const_iterator_ (node_pointer p_nd) left_child_next_sibling_heap_const_iterator_ () left_child_next_sibling_heap_const_iterator_ (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) bool operator!= (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const bool operator!= (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const const_reference operator* () const left_child_next_sibling_heap_const_iterator_ < Node, _Alloc > & operator++ ()" left_child_next_sibling_heap_const_iterator_ < Node, _Alloc > operator++ (int)" const_pointer operator-> () const bool operator== (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const bool operator== (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const Public Attributes node_pointer m_p_nd Detailed Description template<typename Node, typename _Alloc>class __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc > Const point-type iterator. Definition at line 60 of file left_child_next_sibling_heap_/const_iterator.hpp. Member Typedef Documentation template<typename Node , typename _Alloc > typedef base_type::const_pointer __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::const_pointer Iterator's const pointer type. Definition at line 81 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > typedef base_type::const_reference __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::const_reference Iterator's const reference type. Definition at line 87 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > typedef _Alloc::difference_type __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::difference_type Difference type. Definition at line 72 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > typedef std::forward_iterator_tag __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::iterator_category Category. Definition at line 69 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > typedef base_type::pointer __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::pointer Iterator's pointer type. Definition at line 78 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > typedef base_type::reference __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::reference Iterator's reference type. Definition at line 84 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > typedef base_type::value_type __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::value_type Iterator's value type. Definition at line 75 of file left_child_next_sibling_heap_/const_iterator.hpp. Constructor &; Destructor Documentation template<typename Node , typename _Alloc > __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::left_child_next_sibling_heap_const_iterator_ () [inline] Default constructor. Definition at line 96 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::left_child_next_sibling_heap_const_iterator_ (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) [inline] Copy constructor. Definition at line 101 of file left_child_next_sibling_heap_/const_iterator.hpp. Member Function Documentation template<typename Node , typename _Alloc > bool __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::operator!= (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const [inline] Compares content (negatively) to a different iterator object. Definition at line 111 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > bool __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator!= (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const [inline], [inherited] Compares content (negatively) to a different iterator object. Definition at line 137 of file left_child_next_sibling_heap_/point_const_iterator.hpp. template<typename Node , typename _Alloc > const_reference __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator* () const [inline], [inherited] Access. Definition at line 124 of file left_child_next_sibling_heap_/point_const_iterator.hpp. template<typename Node , typename _Alloc > const_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator-> () const [inline], [inherited] Access. Definition at line 116 of file left_child_next_sibling_heap_/point_const_iterator.hpp. template<typename Node , typename _Alloc > bool __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >::operator== (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const [inline] Compares content to a different iterator object. Definition at line 106 of file left_child_next_sibling_heap_/const_iterator.hpp. template<typename Node , typename _Alloc > bool __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator== (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const [inline], [inherited] Compares content to a different iterator object. Definition at line 132 of file left_child_next_sibling_heap_/point_const_iterator.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >(3cxx)
All times are GMT -4. The time now is 07:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy