Sponsored Content
Full Discussion: How to create this tree?
Top Forums UNIX for Dummies Questions & Answers How to create this tree? Post 302463305 by ink on Saturday 16th of October 2010 10:20:10 PM
Old 10-16-2010
How to create this tree?

a buddy and i are trying to re-learn basic commands. i havent used linux for awhile. so i need help on this. what are the commands to create a tree like this.

.
|-- a1.A
|-- a1.B
|-- opt
| |-- documents
| | `-- tmp
| | |-- backup
| | `-- etc
| |-- music
| `-- work
`-- pictures
`-- misc
`-- bobsgonlose


the bolded part isnt created yet. and need help creating the rest.
 

10 More Discussions You Might Find Interesting

1. Programming

directory as tree

hi i have modified a program to display directory entries recursively in a tree like form i need an output with the following guidelines: the prog displays the contents of the directory the directory contents are sorted before printing so that directories come before regular files if an entry... (2 Replies)
Discussion started by: anything2
2 Replies

2. UNIX for Dummies Questions & Answers

tree command

In DOS, to get the complete directory structure, we use 'TREE' command.. can anyone tell me what is the equivalent command in Unix I am using SunOS ABC 5.8 Generic_117350-18 sun4u sparc SUNW,Sun-Fire-V240 thanks.. (1 Reply)
Discussion started by: wip_vasikaran
1 Replies

3. Shell Programming and Scripting

Create a binary tree

I need to create a binary tree like structure of directories using shell script... does anyone know of any algorithm for this ? i tried doing a recursive algorithm function CreateDir { level=$1 dirname=$2 mkdir $dirname/sub1/ mkdir $dirname/sub2/ let level=level-1 ... (2 Replies)
Discussion started by: macvijay1985
2 Replies

4. Shell Programming and Scripting

Tree with UNIX

Hello ! I am trying to find out if a simple command could build me a tree containing all the subdirectories for a specific directory. I have a tree like /home/user/blabla..../mytree with a lot of symbolic links. It is quite tricky to find out where my data are 'logically' stored. ... (5 Replies)
Discussion started by: gunbol
5 Replies

5. Shell Programming and Scripting

process tree

how to draw a process tree if i know my process id and how can i identify session leaders (1 Reply)
Discussion started by: annapurna konga
1 Replies

6. UNIX for Dummies Questions & Answers

Commands to create hierarchical tree structure

I am creating a hierarchical tree structure and I was wondering what commands I needed to do that. I have 4 directories and sixteen sub directories and 4 files. Thank you for your help in getting my started in right direction.:confused: (1 Reply)
Discussion started by: GreginNC
1 Replies

7. UNIX for Dummies Questions & Answers

Tree command

How can i install tree command in ubundu without root ? I have found some shell script which does the same job as tree but i would like to get all the options in tree command thanks (2 Replies)
Discussion started by: gvj
2 Replies

8. Programming

Binary Tree

I have just been researching this topic and I was wondering what type of application might a binary tree be used for. For instance what type of application would be a good showcase for a binary tree that I could write as an example? (5 Replies)
Discussion started by: sepoto
5 Replies

9. Shell Programming and Scripting

Create an XML tree using perl

Hi, I am having an xml file which looks like this: <Nodes> <Node> <Nodename>Student</Nodename> <Filename>1.txt</filename> <Node> <Nodename>Dummy</Nodename> <Filename>22.txt</filename> </Node> </Node> </Nodes> The text files will have data like this: #1.txt... (8 Replies)
Discussion started by: vanitham
8 Replies

10. Shell Programming and Scripting

How we can create the master file through shell to show the tree structure of the directory?

Can we create the master file that show the whole tree structure of the directory till a particular folder? Database that contains four sub repository Sybase,sql,oracle,mysql and sql and oracle contains two subrepostories Siebel and plsql and each repositories contains three folders... (1 Reply)
Discussion started by: rohit22hamirpur
1 Replies
pork(1) 							   USER COMMANDS							   pork(1)

NAME
pork - An AOL Instant Messenger client for the UNIX console. VERSION
version 0.99.0 SYNOPSIS
pork [options] DESCRIPTION
Pork is a console based client for the AOL Instant Messenger service that uses the ncurses screen library. Pork is intended to be fast, useable, and stable. Pork was written by Ryan McCabe. OPTIONS
-H or --host <addr> Use the local address specified for outgoing connections -p or --port <port> Use the local port specified for the main connection -h or --help Display this help text -v or --version Display version information and exit USAGE
To log into AIM, type /connect <username>, where <username> is your AIM screen name. If you don't have an AIM screen name, you can get one at http://aim.aol.com. Pork now supports IRC. The syntax for connecting to an IRC server is /connect -irc <username> <server>[:<port>[:<password>]] [... <serverN>[:<port>[:<password>]]] When you're inside the client, type /help to find out what commands are supported. Type /help <command> to get help on a particular com- mand. Below are the default key bindings. All keys can have their bindings changed or removed completely. Enter the commands '/help bind' and '/help keys' for more information. KEY BINDINGS
Default main key bindings: CTRL+A Move the cursor to the start of the line. CTRL+B Move the cursor to the start of the previous word. CTRL+E Move the cursor to the end of the line. CTRL+F Move the cursor to the start of the next word. CTRL+H Backspace. META+BACKSPACE Delete the previous word on the input line. CTRL+K Close the current window. CTRL+L Refresh the display. CTRL+T Toggle timestamps on messages. CTRL+U Clear the input line. CTRL+X Switch to the next window in the window list. CTRL+Y Switch to the previous window in the window list. TAB Switch the input focus to the buddy list. META+/ Command auto-completion. META+<1-9> Switch to the window having the specified number. HOME Scroll to the top of the display. END Scroll to the bottom of the display. PAGE UP Scroll the display up one page. PAGE DOWN Scroll the display down one page. UP ARROW Scroll the input history list up. DOWN ARROW Scroll the input history list down. CTRL+META+X Bind the next account to the current window. Default buddy list key bindings: END Move the buddy list cursor to the bottom of the buddy list. HOME Move the buddy list cursor to the top of the buddy list. PAGE UP Move the buddy list cursor one page up. PAGE DOWN Move the buddy list cursor one page down. UP ARROW Move the buddy list cursor up. DOWN ARROW Move the buddy list cursor down. ENTER Collapse the group the cursor is on, or if the cursor is on a user, open a conversation window with that user (or go to the conversation window, if one already exists). TAB Switch to main input focus. CTRL+L Refresh the buddy list display. META+p Remove the user under the cursor from the permit list. META+P Add the user the cursor is on to the permit list. META+b Remove the user the cursor is on from the block list. META+B Add the user the cursor is on to the block list. META+w Warn the user the cursor is on. META+W Warn the user the cursor is on anonymously. a Get the away message of the user the cursor is on. i Get the profile and away message of the user the cursor is on. CTRL+X Switch to the next window in the window list. CTRL+Y Switch to the previous window in the window list. FILES
~/.pork/porkrc - The pork configuration file ~/.pork/screenname.blist - The buddy list for "screenname" BUGS
ryan@numb.org - Please report bugs to this address HOMEPAGE
http://dev.ojnk.org AUTHORS
Pork was written by Ryan McCabe <ryan@numb.org>. This manpage was written by Benjamin Seidenberg <astronut@dlgeek.net>. Pork AIM Client July, 2005 pork(1)
All times are GMT -4. The time now is 12:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy