Search Results

Search: Posts Made By: Dev_Dev
7,175
Posted By Dev_Dev
Hi Jim, Thanks a lot! I understood...
Hi Jim,

Thanks a lot!

I understood the use of -1, +1, 1 for mtime parameter.

The below 'touch' command creates files on the two given dates as 16th and 25th Jun appropriately,

touch...
7,175
Posted By Dev_Dev
find with mtime option
Hi,

Please give me more details on the following examples, about "mtime" option.
When I try this, I could not get the expected output, please help.


find . -mtime -1 -print
find . -mtime...
1,291
Posted By Dev_Dev
Many thanks for providing the alternative! It...
Many thanks for providing the alternative! It does work well, good :)

Now, how do I process the delimited file other than Tab or Space, for example a CSV file using the same while looop, not...
1,291
Posted By Dev_Dev
For Loop Field editing - without using "awk"
Hi,

I'm using Linux and bash shell. I have a file (F1.txt) with contents like

Table1 Column1 123abc
Table1 Column2 xyz
Table2 Column1 543

Now, I would like to get the output as
...
5,803
Posted By Dev_Dev
Named Pipe & Oracle imp
Hi,

I have a little knowledge about mkfifo, first-in-first-out, a special file, a named pipe and it involves inter-process communication,
as multiple processes can write data into a single...
5,294
Posted By Dev_Dev
#!/bin/sh - does not help
Hi,

I am using bash shell and have a simple shell script (test.sh) as given below,

#!/bin/sh
echo "testing..."

Here, when I execute the script like below, it works well.

cmd -> sh...
4,888
Posted By Dev_Dev
#!/bin/sh - does not help
Hi,

I am using bash shell and have a simple shell script (test.sh) as given below,

#!/bin/sh
echo "testing..."

Here, when I execute the script like below, it works well.

cmd -> sh...
1,899
Posted By Dev_Dev
crontab scheduled details required
Hi,

I have the below job scheduled in crontab. Can you please tell me at what interval this job is scheduled? Where is the name of the job defined here? I will definitely go through the UNIX...
2,082
Posted By Dev_Dev
Crontab links required
Hi,

I would like to master CRONTAB jobs in UNIX, can you please share more useful links and examples related to this, thank you.
1,473
Posted By Dev_Dev
Linked Servers
Hi,

We have 2 UNIX Servers, say test1 and test2. Here, if I create a file or folder/delete a file or folder in the 1st server, it gets reflected automatically in the 2nd server.

I don't think...
3,191
Posted By Dev_Dev
Hi All, Thanks a lot for your comments. ...
Hi All,

Thanks a lot for your comments.

I'm trying to connect to UNIX Server from DOS using ftp command-line utility as given below,

C:\ftp
ftp>
ftp> open hostname.com 22
Connected to...
3,191
Posted By Dev_Dev
FTP command-line utility usage
Hi,

Using command-line utility "ftp or sftp", I want to transfer files across Windows and UNIX.

Can you please tell me from where I need to connect to ftp and how do I specify the hostname,...
23,597
Posted By Dev_Dev
sudo commands list
Hi,

Can you please give me a list of commands executed through 'sudo' command, thank you.
2,446
Posted By Dev_Dev
Thank a lot, this is helpful.
Thank a lot, this is helpful.
1,456
Posted By Dev_Dev
Learning VI editor
Hi,

Can you give me some good document or link to learn more about "vi" editor. I'm interested to master its short-cut keys and tricks in the VI editor, please help, thank you.
23,732
Posted By Dev_Dev
Thank you all, it is quite useful. ...
Thank you all, it is quite useful.

---------- Post updated at 03:09 AM ---------- Previous update was at 02:58 AM ----------

Hi,

What are all the other commands, which can be executed...
2,446
Posted By Dev_Dev
Shell script execution methods
Hi,

Shell script can be executed in few ways. I would like to know the differences in the below execution methods.

sh file1.sh
. file1.sh
. /file1.sh

Please help, thank you.
23,732
Posted By Dev_Dev
sudo - command usage
Hi,

I have few doubts regarding "sudo" command. It acutally allows access to other commands as a different user. It stands for "superuser do".

Now, we execute a command as

sudo su - oracle...
7,398
Posted By Dev_Dev
Thank you Gary and Murphy. Now, I have clearly...
Thank you Gary and Murphy. Now, I have clearly understood about its use, thanks a lot.
21,049
Posted By Dev_Dev
Hi, I could not get any output, when I use...
Hi,

I could not get any output, when I use the Print command. It throws an error. Please help, thank you.

Test> print $$ > .pid
-bash: print: command not found
7,398
Posted By Dev_Dev
Hi, Thank you for the link. Can you...
Hi,

Thank you for the link.

Can you put it in your own terms with examples.
21,049
Posted By Dev_Dev
Process status for NOHUP command
Hi,

The below link is not quite helpful for me and I'm using bash shell, please give me more relevant examples and which is easier to understand.

Thank you.
7,398
Posted By Dev_Dev
Usage of #!/bin/ksh
Hi,

In the beginning of Shell script, we give a statement like
#!/bin/ksh

I have 2 questions related to this,

1) It could denote about the shell we want to use, what is the real usage of...
21,049
Posted By Dev_Dev
Process status for NOHUP command
Hi,

I have run a shell script as a background process using 'nohup' command. I want to see the process id of this, so that I will be able to kill it later on when required.

I tried to collect...
3,928
Posted By Dev_Dev
Invoking SP through Anonymous Block
Hi,

I'm writing a Shell script to run a stored procedure through SQL*Plus using the below script and it works well.

Test.sh
$ORACLE_HOME/bin/sqlplus
connect user/pwd@dbname
@Test.sql
...
Showing results 1 to 25 of 26

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