Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Installing Perl Module Term::ReadKey??? HELP!!! Post 16441 by rrivas on Friday 1st of March 2002 12:32:08 PM
Old 03-01-2002
I visit the site, but I just get more confused!!!!!
 

10 More Discussions You Might Find Interesting

1. Programming

Create a Term & Run chars on this Term

hi floks ! i'd like to know how can i transmete a character or a string from my source code to a term and make it interpret or un by the shell wich is running in my term. I'd like to create a Term from my code (and get its file descriptor) and then transmete each char typed on the keyboard to... (1 Reply)
Discussion started by: the_tical
1 Replies

2. Shell Programming and Scripting

Search term and output term in desired field

Hi All, I have an input_file below and i would like to use Perl to search for the term "aaa" and output the 3rd term in the same row as "aaa".For Example, i want to search for the term "ddd" and would want the code to ouput the 3rd term in the same row which is "fff". Can somebody help ? ... (28 Replies)
Discussion started by: Raynon
28 Replies

3. Shell Programming and Scripting

Can I use a Perl Module without installing it?

I am trying to write a program that will use templates, so I figured I would use the Text::Template CPAN module... ...only problem is that I cant force my "clients" to install this module, cause they are clueless. Is there anyway that I can NOT install it for the whole machine, but install it... (1 Reply)
Discussion started by: jjinno
1 Replies

4. UNIX and Linux Applications

help: error in installing perl module DBD::mysql

Hi, I am trying to install perl module DBD::mysql and don't know how to resolve the following: # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00base.............ok 3/5install_driver(mysql) failed: Can't load... (3 Replies)
Discussion started by: Yogesh Sawant
3 Replies

5. Shell Programming and Scripting

Installing Perl Module

Hi All, When I tried to install Math::Pari module in a AIX 5.3 server,I am getting the following error. # pwd /usr/local/bin # cd Math-Pari-2.010709 # perl Makefile.PL Did not find GP/PARI build directory around. Do you want to me to fetch GP/PARI automatically? (If you do not, you... (2 Replies)
Discussion started by: surjithss
2 Replies

6. Shell Programming and Scripting

Installing perl module

Hi, I want to install WWW:Mechanize module. Followed the following steps: 1. wget http://www.cpan.org/authors/id/C/CO/CORION/Bundle- WWW-Mechanize-Shell-0.29.tar.gz perl Makefile.PL make make test make install (Got the below message) Appending installation info to... (1 Reply)
Discussion started by: Anjan1
1 Replies

7. Shell Programming and Scripting

Password Protection using Term::ReadKey

Hi Friends, I execute a perl script with password as input but i wish not to print the password when i give the input. Instead when i provide the password it could be shown as "****" instead of original password. I know we can use Term::ReadKey or IO::Prompt for this, but just wanted to know if... (0 Replies)
Discussion started by: nmattam
0 Replies

8. Ubuntu

What to copy in /lib/module while installing new kernel?

I was trying to install new kernel in my backtrack which was having kernel 3.2.6. i tried installing 3.8.5. I refered to book linux kernel in nutshell i followed every step. after i rebooted (i had set new kernel in default as my backtrack doesn't display options to select while booting) it... (3 Replies)
Discussion started by: kg_gaurav
3 Replies

9. Solaris

Installing ZIP module for PHP

Hi Guys, I am using SOLARIS 10 and I want to install ZIP module for PHP. I went to this link http://pecl.php.net/package/zip and I choose zip-1.12.3.tgz, the latest "stable" release, and then transferred it to my server. Then I went to my path /usr/local/apache2/conf then untar the... (1 Reply)
Discussion started by: Phuti
1 Replies

10. Proxy Server

Problem with Installing Perl Module in Fedora 20

Hi, I have downloaded Audio::Beep. I tried to install it through CPAN but i got YAML error. Then I have tried to install it manually. I tried all the instructions provided in README file. It worked but when i am compiling , it still gives me error: # ls acct21.pl~ imap(2).pl ... (15 Replies)
Discussion started by: zak100
15 Replies
jfs_debugfs(8)						      JFS file system editor						    jfs_debugfs(8)

NAME
jfs_debugfs - shell-type JFS file system editor SYNOPSIS
jfs_debugfs device DESCRIPTION
jfs_debugfs is a program which can be used to perform various low-level actions on a JFS formatted device. device is the special file name corresponding to the actual device to be edited (e.g. /dev/hdb1). jfs_debugfs must be run as root. COMMANDS
a[lter] <block> <offset> <hex_string> replaces the data located at the <offset> of <block> with <hex_string> <block> is the block number - given in decimal <offset> is the offset within that block - given in hexadecimal <hex_string> is an even-numbered string of hexadecimal digits to write to the disk b[tree] <block> [<offset>] * not implemented yet * displays one node of the btree located at <offset> of <block> and enters a subcommand mode to navigate the btree SUBCOMMANDS: l => visit left sibling m => modify current node p => visit parent node r => visit right sibling [0-9] => visit the n'th child node x => exit subcommand mode cb[blfsck] displays the area used by ClearBadBlockList for communication with fsck SUBCOMMANDS: m => modify entries x => exit subcommand mode dir[ectory] <inode_number> [<file_set>] displays the directory entries at <inode_number> and enters subcommand mode <inode_number> is the directory's inode - given in decimal <file_set> currently must be zero SUBCOMMANDS: m => modify entries x => exit subcommand mode d[isplay] [<block> [<offset> [<format> [<count>]]]] displays <count> objects located at the <offset> of <block> in <format> <block> is the block number - given in decimal <offset> is the offset within <block> - given in hexadecimal <format> is one of the following: a => ascii b => block allocation map d => decimal i => inode I => inode allocation map s => superblock x => hexadecimal X => extent allocation descriptor <count> is the number of objects to display - given in decimal dm[ap] displays aggregate disk (block) map SUBCOMMANDS m => modify map fields f => display free count t => display tree levels x => exit subcommand mode dt[ree] <inode_number> [<file_set>] displays root of the directory btree located at <inode_number> and enters a subcommand mode to navigate the btree <inode_number> is the directory's inode - given in decimal <file_set> currently must be zero SUBCOMMANDS l => visit left sibling m => modify current node p => visit parent node (not parent directory) r => visit right sibling [0-9] => visit the n'th child node x => exit subcommand mode fsckw[sphdr] displays the header of the fsck workspace in the aggregate SUBCOMMANDS: m => modify entries x => exit subcommand mode h[elp] [<command>] displays help for <command> if no command is given, all possible commands are displayed ia[g] [<IAG_number>] [a | s | <file_set>] displays IAG information for <IAG_number> and enters subcommand mode <IAG_number> is given in decimal a is to use the primary aggregate inode table s is to use the secondary aggregate inode table <file_set> currently must be zero SUBCOMMANDS e => display/modify inode extents map m => modify IAG p => display/modify persistent map w => display/modify working map x => exit subcommand mode i[node] [<inode_number>] [a | s | <file_set>] displays inode information for <inode_number> and enters subcommand mode <inode_number> is given in decimal a is to use the primary aggregate inode table s is to use the secondary aggregate inode table <file_set> currently must be zero SUBCOMMANDS a => display/modify inode's ACL m => modify inode x => exit subcommand mode logs[uper] displays the journal log superblock and enters subcommand mode SUBCOMMANDS m => modify journal log superblock x => exit subcommand mode q[uit] exits jfs_debugfs se[t] [<variable> <value>] * not implemented yet * set user-defined <variable> to <value> if no arguments are given, displays all set variables <variable> must begin with an alphabetic character su[perblock] [p | s] displays superblock data p displays the primary superblock s displays the secondary superblock SUBCOMMANDS: m => modify entries x => exit subcommand mode s2p[erblock] [p | s] displays alternate superblock data p displays the primary superblock s displays the secondary superblock SUBCOMMANDS: m => modify entries x => exit subcommand mode u[nset] <variable> * not implemented yet * deletes user-defined <variable> xt[ree] <inode_number> [<file_set>] displays root of the non-directory btree located at <inode_number> and enters a subcommand mode to navigate the btree <inode_number> is the directory's inode - given in decimal <file_set> currently must be zero SUBCOMMANDS l => visit left sibling m => modify current node p => visit parent node (not parent directory) r => visit right sibling [0-9] => visit the n'th child node x => exit subcommand mode REPORTING BUGS
If you find a bug in JFS or jfs_debugfs, please report it via the bug tracking system ("Report Bugs" section) of the JFS project web site: http://jfs.sourceforge.net/ Please send as much pertinent information as possible, including the complete output of running jfs_fsck with the -v and -n options on the JFS device. SEE ALSO
jfs_fsck(8), jfs_mkfs(8), jfs_fscklog(8), jfs_logdump(8), jfs_tune(8), AUTHORS
Barry Arndt (barndt@us.ibm.com) William Braswell, Jr. jfs_debugfs is maintained by IBM. See the JFS project web site for more details: http://jfs.sourceforge.net/ October 29, 2002 jfs_debugfs(8)
All times are GMT -4. The time now is 10:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy