• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป dir
Trace:

dir
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:solaris (3)
  • info:script (3)
  • info:code (2)
  • info:java (2)
  • info:linux (2)
  • info:mac (1)
  • info:oracle (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • rmdir for OSX
  • Compare directories

Fulltext results:

rmdir for OSX @info:mac
5 Hits, Last modified: 10 years ago
Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir... </code> I wrote a small bash function to remove directories together with the contained ''.DS_Store''
Mercurial
5 Hits, Last modified: 13 years ago
==== NetBeans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/priva... 'gen'', ''nbbuild'' or the complete ''nbproject'' directory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </code> Only in the second level directory, but not in subdirectories: <code> ^[^/]+/
Compare directories @info:script
3 Hits, Last modified: 7 years ago
====== Compare directories ====== For each of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2
Install the Java-Plugin for Firefox @info:java
3 Hits, Last modified: 11 years ago
ou have to create a symlink from Firefox's plugin directory ''/usr/lib/firefox-addons/plugins/'' to the file ''libnpjp2.so'' in the JRE's "lib" dir. <code bash> sudo ln -s \ ${JAVA_HOME}/jre/lib... hat I tested this with Ubuntu 14.04, the "plugin" directory may be somewhere else on your system. {{ta
Git @info:code
2 Hits, Last modified: 7 years ago
=== === Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop ===
jps - Java Virtual Machine Process Status Tool @info:java
2 Hits, Last modified: 13 years ago
rk/Versions/1.6/Home -Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=bin/..//visualvm:bin/..//profiler2: -Dnetbeans.h
Cleanup Packages @info:linux:debian
2 Hits, Last modified: 12 years ago
grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the packages: <code ba... rphan --guess-all </code> You can feed this list directly to aptitude to purge the packages: <code ba
Setting the Timezone @info:linux:debian
1 Hits, Last modified: 13 years ago
<code bash> vi /etc/timezone </code> Or set it directy: <code bash> echo "Europe/Berlin" > /etc/tim
root login with bash @info:script
1 Hits, Last modified: 13 years ago
ash'' is much easier. Using this command, you can directly log in as ''root'' with a ''bash'' shell.
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
1 Hits, Last modified: 13 years ago
OC: fmthard -s <vtoc backup> <raw device> * Directly transfer VTOC from one disk to another: p
Oracle: SPFile and PFiles @info:oracle
1 Hits, Last modified: 13 years ago
from a file called "SPFile". You can't change it directly as it's a binary file. Additionally, Oracle
Change Encoding with iconv @info:script
1 Hits, Last modified: 13 years ago
to ''OUTPUT.txt''. ===== Convert All Files in a Directory ===== <code bash> for f in $(find . -type
Package Repositories @info:solaris
1 Hits, Last modified: 13 years ago
t [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Package+Repositories]]. More on IPS, th
Specify Java VM for Eclipse @info:code:eclipse
1 Hits, Last modified: 12 years ago
o the ''eclipse.ini'' in the Eclipse installation directory: <code> -vm /opt/jdk/bin/java </code> <no
/etc @info:solaris
1 Hits, Last modified: 13 years ago
is a collection of descriptions of Solaris config files (in the /etc directory). {{indexmenu>.:etc}}
VBoxManage (The VirtualBox CLI) @info:virtualbox
1 Hits, Last modified: 12 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki