Search Results

Search: Posts Made By: atul9806
Forum: AIX 05-04-2013
2,656
Posted By atul9806
Hi Malayo No need for AIX 6.1 basic but for...
Hi Malayo
No need for AIX 6.1 basic but for administration.
I have cleared AIX 6.1 fundamental exam. It is just based on LINUX/AIX commands, you need to have just a linux system where you can work...
16,740
Posted By atul9806
yes, this method can change your modification...
yes, this method can change your modification time for file, but there are three types of time for a file/folder

Access: 2011-02-02 20:12:00.000000000 +0530
Modify: 2011-02-02 20:12:00.000000000...
1,572
Posted By atul9806
Hi Syco \ is a escape character. This is...
Hi Syco

\ is a escape character. This is used to escape the special meaning of the character.

As * is a meta character, If you do not want to use it as a meta character
use like this
\*

$...
17,449
Posted By atul9806
Hi Ram You can try this if ur csv file is...
Hi Ram
You can try this

if ur csv file is like this

$ cat input.csv
razor,cts
indu,adobe
akash,daksh

u can use this code

awk -F',' '{ print "Select * from " $1 " where user=" $2 ";"...
2,838
Posted By atul9806
Hi Ram You can try this if ur csv file is...
Hi Ram
You can try this

if ur csv file is like this

$ cat input.csv
razor,cts
indu,adobe
akash,daksh

u can use this code

awk -F',' '{ print "Select * from " $1 " where user=" $2 ";"...
1,113
Posted By atul9806
u can also try this echo $PATH | grep '.'
u can also try this

echo $PATH | grep '.'
Showing results 1 to 6 of 6

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