10-12-2010
oh yea i fixed my problems, but now im having trouble creating two directories in the same
test (directory1)
test1 (directory2)
test2 (directory3)
directory 2 and 3 are in directory 1
i tried mkdir -p test/test1/test2, but test3 is not going into directory 1 with directory 2
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
how do i create directories using command in my unix system, i could do with knowing how to do it with absolute pathnames and relative pathnames please (3 Replies)
Discussion started by: carlvernon
3 Replies
2. HP-UX
I have two login accounts 'fup04a' and 'fup04c' on the same unix box
after log in using 'fup04a' and if I try creating a directory 'new'
drwxrwxr-x 2 fup04a fup04a 4096 Nov 14 14:06 new
but if i try the same with fup04c
drw-rw-r-x 2 fup04c fup04c 4096 Nov 14... (3 Replies)
Discussion started by: vivek_damodaran
3 Replies
3. Shell Programming and Scripting
I have list of files named file_username_051208_025233.log. Here 051208 is the date and 025233 is the time.I have to run thousands of files daily.I want to put all the files depending on the date of running into a date directory.Suppose if we run files today they should put into 05:Dec:08... (3 Replies)
Discussion started by: ravi030
3 Replies
4. Shell Programming and Scripting
Hi,
Can someone help me with creating a bash shell script.
I need to create a script that gets a positive number n as an argument.
The script must create n directories in the current directory with names like map_1, map_2 etcetera. Each directory must be contained within its predecessor. So... (7 Replies)
Discussion started by: I-1
7 Replies
5. Shell Programming and Scripting
I have many pdf files with similar naming conventions as this one: AC41_AC85_86_AC128_129_MC171_173_SF_207_FMV.pdf. It is a pdf file containing evaluations for these locations: AC41, AC85, AC86, AC128, AC129, MC171, and MC173.
I want to create a directory for every location and put the... (3 Replies)
Discussion started by: ndnkyd
3 Replies
6. UNIX for Dummies Questions & Answers
unix program to which a directory name will be passed as
parameter. This directory will contain files with various
extensions. This script will create directories with the names of the
extention of the files and then put the files in the
corresponding folder. All files which do not have any... (2 Replies)
Discussion started by: Deekay.p
2 Replies
7. Shell Programming and Scripting
i'm trying to write a script that has 2 variables, and uses the 1st variable as a number and the 2nd a name to create directories. so if you typed in ./myscript 5 week, it would create 5 directories named week1 - week5. whenever i run this, i get an error message saying week5 already exists, so i... (3 Replies)
Discussion started by: layne2kim
3 Replies
8. Shell Programming and Scripting
Can anyone come up with a unix command that lists
all the files, directories and sub-directories in the current directory
except a folder called log.?
Thank you in advance. (7 Replies)
Discussion started by: Manjunath B
7 Replies
9. Shell Programming and Scripting
how can i move "dataName".sql.gz into a folder called 'database' and then move "$fileName".tar.gz * .htaccess into a folder called 'www' with the entire gzipped file being "$fileName".tar.gz? Is this doable or overly complex.
so
mydemo--2015-03-23-1500.tar.gz
> database
-... (5 Replies)
Discussion started by: wyclef
5 Replies
10. Shell Programming and Scripting
I want to create a new system of directory structure for example
mkdir -p ./iv.sac/resu/hhz.d
However, I think that `mkdir -p` overwrites the directories. I want to avoid that
and am doing something as follows in my bash script
echo -e "\nCreating directories:" ... (6 Replies)
Discussion started by: kristinu
6 Replies
LEARN ABOUT DEBIAN
std::hash
std::hash< _Tp >(3cxx) std::hash< _Tp >(3cxx)
NAME
std::hash< _Tp > -
SYNOPSIS
Inherits std::__hash_base< _Result, _Arg >.
Public Types
typedef _Arg argument_type
typedef _Result result_type
Public Member Functions
size_t operator() (_Tp __val) const
template<> size_t operator() (bool __val) const
template<> size_t operator() (char __val) const
template<> size_t operator() (signed char __val) const
template<> size_t operator() (unsigned char __val) const
template<> size_t operator() (wchar_t __val) const
template<> size_t operator() (char16_t __val) const
template<> size_t operator() (char32_t __val) const
template<> size_t operator() (short __val) const
template<> size_t operator() (int __val) const
template<> size_t operator() (long __val) const
template<> size_t operator() (long long __val) const
template<> size_t operator() (unsigned short __val) const
template<> size_t operator() (unsigned int __val) const
template<> size_t operator() (unsigned long __val) const
template<> size_t operator() (unsigned long long __val) const
template<> size_t operator() (float __val) const
template<> size_t operator() (double __val) const
template<> size_t operator() (long double __val) const
Detailed Description
template<typename _Tp>struct std::hash< _Tp >
Primary class template hash.
Definition at line 58 of file functional_hash.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Tue Nov 27 2012 std::hash< _Tp >(3cxx)