Search Results

Search: Posts Made By: snreddy_gopu
Forum: AIX 01-24-2013
2,880
Posted By funksen
the package you need ist bos.svpkg part of...
the package you need ist bos.svpkg

part of the base install media since aix 5.2



#: lslpp -f bos.svpkg
Fileset File
...
Forum: AIX 01-25-2013
2,880
Posted By bakunin
The emphasize is by me - it should answer your...
The emphasize is by me - it should answer your question.

I hope this helps.

bakunin
2,723
Posted By guruprasadpr
Hi Not sure whether I got your question...
Hi
Not sure whether I got your question correctly.


$ cat file1.sh
echo "unix"
echo "linux"
x=`awk 'NR==1' file2.sh`
eval $x

In place of '==1', you can put the appropriate line number...
1,024
Posted By clx
Try.. pkg1_name="/dir1/dir2/dir3/pkg1.txt" ...
Try..

pkg1_name="/dir1/dir2/dir3/pkg1.txt"
pkg2_name="/dir1/dir2/dir4/pkg2.txt"

pkg=$1

eval echo \$${pkg}_name

In your command..

result=$(awk something $(eval echo \$${pkg}_name))
Forum: Linux 05-22-2012
4,673
Posted By Scott
You could write a function which takes an...
You could write a function which takes an argument (the path to the file) and uses it to create the directory and then the file:


CreateDummy() {
mkdir -p ${1%/*} || return 1
touch $1 ||...
Forum: Solaris 03-15-2012
3,347
Posted By jlliagre
Three of these components are not available: ...
Three of these components are not available:

- glibc (Solaris uses its own libc)
- xen & kvm aren't ported, Solaris 11 has alternative virtualizations solutions (ldoms, virtualbox, zones). There...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy