Search Results

Search: Posts Made By: krishnamarajuc
3,976
Posted By krishnamarajuc
If you want to transfer filetered files then you...
If you want to transfer filetered files then you can use regular expressions to filter and list the directories/files under that directory, for eg. to transfer only the .DAT files use something like...
2,782
Posted By krishnamarajuc
convert the character to an integer ,i.e ascii...
convert the character to an integer ,i.e ascii value and add
(96-integervalue)+23 which will rotate the text as u want
2,940
Posted By krishnamarajuc
append "&2 >/usr/error.log" at the end of the...
append "&2 >/usr/error.log" at the end of the command, to log all the error messages to a file(/usr/error.log) and at the end of the execution use "cat /usr/error.log" to display only the system...
3,976
Posted By krishnamarajuc
use mget *.* to get all the files and folders and...
use mget *.* to get all the files and folders and use mput to transfer the files to the remote location
Forum: Programming 11-07-2002
7,394
Posted By krishnamarajuc
its very sad....
Hi all...

Please be sure while u give the solution to others, if u dont know the answer please dont give some dummy answers,

I have seen in this page, there is some replies which is...
2,953
Posted By krishnamarajuc
dos like commands
use the command

"lsdir a:" in sco-unix

"mdir a:" in dec-alpha unix

or reply to this with your unix/linux version...
so that I can give you the exact command syntax...
2
1,709
Posted By krishnamarajuc
sorting the files
simple command is

%ls -s

this will list the files in the sorting order by size.

%ls -t

this will sort by time
2,913
Posted By krishnamarajuc
shell program..
The best way to do this is to have a shell program which can execute the file and rename it after the successfull execution...,
if u want the shell prog, plz let me know, or reply, so that I will...
8,234
Posted By krishnamarajuc
Shell prog
I feel it is better to run child shell, so that once the child shell terminates, we can get the status of the shell which, in turn, returns the status of the command,....


Please repost if...
3,162
Posted By krishnamarajuc
shell prog
just use the command "man" which will guide u to list all the commands.
Forum: Programming 11-05-2002
3,333
Posted By krishnamarajuc
embedded programming
Can u guys be specific what actually u want?..there are so many authors who are the best in the market, but each one is specialist in some particular topic, like Internet related embedded prog,...
Showing results 1 to 11 of 11

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