Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: tree

26 Dec

pstree Command

Shows a tree system processes


pstree
admin Posted in Command Line, Linux command, filler, Linux, process, ps, pstree, system, tree Leave a comment
14 Feb

tree Command

Show files and directories in a tree


tree
admin Posted in Command Line, Linux command, dir, Linux, ls, tree Leave a comment
08 Feb

Graphical representation of sub-directories

This command shows a graphical representation of the current sub-directories.


ls -R | grep ":" | sed -e 's/://' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/'mand

Original Article

admin Posted in Command Line, Linux command, dir, grep, Linux, ls, sed, tree Leave a comment
15 Jan

Create a Directory Tree in One Command

You can create a directory tree using just one command in Linux


mkdir -p /tmp/dir1/dir2
admin Posted in Command Line, Linux cli, command, directory, folder, Linux, mkdir, tree Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑