Search Results

Search: Posts Made By: lsy
13,506
Posted By lsy
Remove symlink and target
i would like to remove a directory and also symlink target inside.

my_directory
-- file1 -> /targetpath/file1
-- file2 -> /targetpath/file2

rm -rf my_directory will not remove symlink target....
5,458
Posted By lsy
Wall command with nice text formatting
with using wall command, how can i have a carriage return in my broadcast message. i try to broadcast from a file, i were to use "cat myfile | wall" for broadcasting. but when the message broadcast...
4,394
Posted By lsy
thanks, it works when i change to -name '*test*'
thanks, it works when i change to -name '*test*'
4,394
Posted By lsy
both command suppose should return same file that...
both command suppose should return same file that consist *test* in the file name right? but the ls it return all the files in the directory.
eg inside the directory there are
file1
file2
file3...
4,394
Posted By lsy
[Solved] weird in find -exec command
i feel weird with this 2 command
find /tmp/*test* -user `whoami` -mtime +1 -type f -exec rm -f {}\;
find /tmp/*test* -user `whoami` -mtime +1 -type f -exec ls -lrt {}\;

the first one return...
5,223
Posted By lsy
is there something like ls -l which list out all...
is there something like ls -l which list out all the information as well?
5,223
Posted By lsy
Command to list our directory size
Is there any command that can list out all the files size including directory in 1 command?
`ls` will only give 2048 for a directory, which i'm looking for the actual size.
Forum: Solaris 04-06-2009
7,692
Posted By lsy
i'm running this in Solaris. what other forum...
i'm running this in Solaris.
what other forum you think is best to post this thread?
Forum: Solaris 04-03-2009
7,692
Posted By lsy
Makefile for PRO*C
Hi, is there anyone have any good website for creating a makefile for a PRO*C program?
I have a Makefile, but don't understand what is written inside... so need to study it...
pls help...
13,506
Posted By lsy
i don't get what you means? i just add on...
i don't get what you means?

i just add on this line in the .cshrc file
stty erase '^?'
13,506
Posted By lsy
when i hit backspace key it will show ^? how...
when i hit backspace key it will show ^?
how can i place the stty erase ^? to omit it??
i place this command in the .cshrc file but when i re-login the backspace come out same again ^?
any idea?
13,506
Posted By lsy
i think i made a mistake, i edit the .cshrc file...
i think i made a mistake, i edit the .cshrc file not in the login shell. cause the .cshrc file not load when i login...
now i edit in the correct .cshrc file and it work...
thanks everyone.
13,506
Posted By lsy
alias command not working after re-login
i create some alias in .cshrc file then i run source .cshrc to refresh it, the alias command work fine but when i relogin again, the alias command is not working... i need to re-run the source .cshrc...
Forum: Solaris 09-16-2008
4,864
Posted By lsy
Can anyone provide me any posibble causes that...
Can anyone provide me any posibble causes that can cause my PRO C program unworkable in the new unix server? or anything i have to take care about??
as this is the first time i'm doing migration, so...
Forum: Solaris 08-19-2008
4,864
Posted By lsy
Migrate unix version 8 to version 9
i have a program writing in PRO C which currently running in unix version 8 tie with oracle 8i, but in the future company gonna migrate this OS to version 9.
Anything i have to prepare for my PRO C...
Showing results 1 to 15 of 15

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