Search Results

Search: Posts Made By: erinlomo
31,409
Posted By erinlomo
find command AIX
Hi all ,
could anyone please help with find command in AIX. I am trying to find files but there are more than 30thousand files in there.I realise I need to use xargs somehow but dunno the correct...
14,624
Posted By erinlomo
extract last 8 characters from a file name
Dear gurus

I have several files with the following format filenameCCYYMMDD , that is the last 8 characters will be the date in CCYYMMDD format. eg FILENAME20110523 .
Could anyone please put me...
7,019
Posted By erinlomo
Thanks , I tried that it still throwing some...
Thanks , I tried that it still throwing some errros. see output below.
[root@localhost ~]# decrypt=`perl -e 'print pack "H*",'"$pass"`
Bareword found where operator expected at -e line 1, near...
7,019
Posted By erinlomo
perl pack and unpack commands
I am using pack/unpack to encyrpt a file.
syntax is below
#!/bin/sh
encrypt=`perl -e 'print unpack "H*","yourpassword"'` -
echo $encrypt >/file/to/store/encrypted/password

pass=`cat...
Showing results 1 to 4 of 4

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