Sponsored Content
Top Forums UNIX for Advanced & Expert Users Implementation of ls - i command Post 302298321 by ganapathy.psgit on Tuesday 17th of March 2009 08:47:34 AM
Old 03-17-2009
Implementation of ls - i command

It is possible for me to obtain the Inode of the path name using
ls -i <pathname> command

Can anyone tell me how its implemented...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

implementation of copy command in parallel

hey i have to implement copy command in parallel in c language. i dont know how to create a new directory in destination. if anything u know related to this help me (1 Reply)
Discussion started by: rajsekhar28
1 Replies

2. Programming

Implementation of dup2

Hi all,I'm reading <Advanced programming in the UNIX environment>,that book asked the reader to implement a function which has same functions with dup2 without calling fcntl.Could anyone give me a tip?Any help will be appreciated.:) (8 Replies)
Discussion started by: homeboy
8 Replies

3. Linux

CAPWAP implementation

Hi I'm trying to implement CAPWAP protocol for my application.i'm able to configure my server side but i'm getting error at client(WTP) side as IOCTL error.while running the command #./WTP /mnt/cf/capwap/ : wlan2 Starting WTP... # WTP Loads... (0 Replies)
Discussion started by: ran789
0 Replies

4. UNIX for Dummies Questions & Answers

Lseek implementation

Hi everybody, i've been googling for ages now and gotten kinda desperate... The question, however, might be rather trivial for the experts: What is it exactly, i.e. physically, the POSIX function (for a file) "lseek" does? Does it trigger some kind of synchronization on disk? Is it just for the... (4 Replies)
Discussion started by: Humudituu
4 Replies

5. Linux

Shell implementation - Command not found

Hi, I am trying to execute a program with pipes to run a few basic commands by forking children. When I try to run commands in the child process without pipe, I am unable to run the command as execv fails. However for commands that are given with pipes execute successfully. for example:... (1 Reply)
Discussion started by: mmurali2
1 Replies

6. UNIX for Advanced & Expert Users

Ipsec implementation

How can i implement Ipsec between two machines in linux_ ubuntu? any link?? suggestion?? (0 Replies)
Discussion started by: elinaz
0 Replies

7. Shell Programming and Scripting

Back up implementation

Is there any command to take create back up of a file as soon as when it is created?If not is it possible to create something like that? (3 Replies)
Discussion started by: Sindhu R
3 Replies

8. Shell Programming and Scripting

UNIX time command implementation

I want to know about the time command flow of execution. I have a doubt in the time calculation for the command execution. Whether the real time is sum of (time taken to open the unix window + execute the command given infront of the "time" command + close the unix window) or Just the time... (1 Reply)
Discussion started by: sateesh Solapur
1 Replies

9. Programming

C: CSV implementation

I have this code from a programming book: #include <stdio.h> #include <string.h> char buf; /* input line buffer */ char* field; /* fields */ char* unquote( char* ); /* csvgetline: read and parse line, return field count */ /* sample input:... (3 Replies)
Discussion started by: totoro125
3 Replies

10. UNIX for Advanced & Expert Users

Command timed out implementation

I have a running service which runs in background. It execute shell commands by function system(cmd) I need to report fail when command execution takes more than 60 seconds. Parent doesn't need to wait for 60 seconds of time if the cmd execution completed already. runCommand() { pid_t... (3 Replies)
Discussion started by: techmonk
3 Replies
__gnu_pbds::detail::pat_trie_base::_Iter< Node, Leaf, H__gnu_pbds::detail::pat_trie_base::_Iter< Node, Leaf, Head, Inode, Is_Forward_Iterator >(3)

NAME
__gnu_pbds::detail::pat_trie_base::_Iter< Node, Leaf, Head, Inode, Is_Forward_Iterator > - SYNOPSIS
Inherits __gnu_pbds::detail::pat_trie_base::_CIter< Node, Leaf, Head, Inode, Is_Forward_Iterator >. Public Types typedef _Alloc::template rebind< Head > __rebind_h" typedef _Alloc::template rebind< Inode > __rebind_in" typedef _Alloc::template rebind< Leaf > __rebind_l" typedef _Alloc::template rebind< Node > __rebind_n" typedef allocator_type _Alloc typedef base_type::allocator_type allocator_type typedef _CIter< Node, Leaf, Head, Inode, Is_Forward_Iterator > base_type" typedef type_traits::const_pointer const_pointer typedef type_traits::const_reference const_reference" typedef allocator_type::difference_type difference_type" typedef base_type::head_pointer head_pointer typedef Inode::iterator inode_iterator typedef base_type::inode_pointer inode_pointer typedef std::bidirectional_iterator_tag iterator_category" typedef base_type::leaf_const_pointer leaf_const_pointer" typedef base_type::leaf_pointer leaf_pointer typedef base_type::node_pointer node_pointer typedef type_traits::pointer pointer typedef type_traits::reference reference typedef base_type::type_traits type_traits typedef type_traits::value_type value_type Public Member Functions _Iter (node_pointer p_nd=0) _Iter (const _Iter< Node, Leaf, Head, Inode,!Is_Forward_Iterator > &other) bool operator!= (const _CIter &other) const bool operator!= (const _CIter< Node, Leaf, Head, Inode,!Is_Forward_Iterator > &other) const reference operator* () const _Iter & operator++ () _Iter operator++ (int) _Iter & operator-- () _Iter operator-- (int) pointer operator-> () const _Iter & operator= (const _Iter &other) _Iter & operator= (const _Iter< Node, Leaf, Head, Inode,!Is_Forward_Iterator > &other) bool operator== (const _CIter &other) const bool operator== (const _CIter< Node, Leaf, Head, Inode,!Is_Forward_Iterator > &other) const Public Attributes node_pointer m_p_nd Protected Member Functions void dec (false_type) void dec (true_type) void inc (false_type) void inc (true_type) Static Protected Member Functions static node_pointer get_larger_sibling (node_pointer p_nd) static node_pointer get_smaller_sibling (node_pointer p_nd) static leaf_pointer leftmost_descendant (node_pointer p_nd) static leaf_pointer rightmost_descendant (node_pointer p_nd) Detailed Description template<typename Node, typename Leaf, typename Head, typename Inode, bool Is_Forward_Iterator>class __gnu_pbds::detail::pat_trie_base::_Iter< Node, Leaf, Head, Inode, Is_Forward_Iterator > Iterator. Definition at line 713 of file pat_trie_base.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::detail::pat_trie_base::_Iter< Node, Leaf, Head, Inode, Is_Forward_Iterator >(3)
All times are GMT -4. The time now is 03:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy