Search Results

Search: Posts Made By: vipinable
1,562
Posted By vipinable
[a-z] means any combination of letters in lower...
[a-z] means any combination of letters in lower case and [A-Z] means any combination of letters in upper case.

---------- Post updated at 02:57 PM ---------- Previous update was at 02:49 PM...
1,232
Posted By vipinable
sed 's/,/\n/g' file.txt
sed 's/,/\n/g' file.txt
1,462
Posted By vipinable
Try out this code... origfile.txt= The actual...
Try out this code...
origfile.txt= The actual log file
newfile.txt = formatted log file created by script.

cat origfile.txt|cut -c 1-20|while read line
do
log=`grep -i "${line}"...
9,073
Posted By vipinable
How to decode nfs file handle in HP-UX?
Hi Experts,

Any idea how to decode file handle in HP-UX? I am getting the following error continously in my HP-UX 11.31 box :mad:


Apr 26 07:15:00 host62 su: + tty?? root-bb
Apr 26 07:15:00...
3,601
Posted By vipinable
Hi funksen, I tried by changing the order...
Hi funksen,

I tried by changing the order of users in /etc/passwd file but the system was beheaving unexpected way!! I modifed the order of user as you said, then 'id' was showing root as user...
3,601
Posted By vipinable
SuSE-11 Ownership of files having root got changed
Hi Experts,
I have create a new user with uid and gid as 0 in SuSE-11 Server. After that all the files having root owner ship are showing as new user name as owner. If I login as root, and type...
Showing results 1 to 6 of 6

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