Hi thre,
ls -Rlat > /home/csuser/myfile
Mean of the following switches are :---
-R includes the contents of subdirectories.
-l Shows you huge amounts of information (permissions, owners, size, and when last modified.)
-a Shows you all files, even files that are hidden (these files begin with a dot.)
-t Shows you the files in modification time.
And now...
User Profile
Collapse
-
Hi thre,
ls -Rlat > /home/csuser/myfile
Mean of the following switches are :---
-R includes the contents of subdirectories.
-l Shows you huge amounts of information (permissions, owners, size, and when last modified.)
-a Shows you all files, even files that are hidden (these files begin with a dot.)
-t Shows you the files in modification time.
And now...Leave a comment:
-
-
Linker error :Undefined symbal _ print in module test.c
Hi,
I am beginer to c language.
When i compile a programe, got an error msg:--
Linker error:Undefined symbal _ print in module test.c
and my programe is like this....
main ( )
{
print ( " Hello, World " );
}
Pls help
thx in advance -
Undefined symbal _ print in module test.c
Hi,
I am beginer to c language.
When i compile a programe, got an error msg : Undefined symbal _ print in module test.c
and my programe is like this....
main ( )
{
print ( " Hello, World " );
}
Pls help
thx in advance
No activity results to display
Show More
Leave a comment: