Search Results

Search: Posts Made By: jimas13
2,741
Posted By Franklin52
In UNIX, it is not possible to get the actual...
In UNIX, it is not possible to get the actual creation date/time of a file.
11,537
Posted By ygemici
ls -l ~ | grep -- -..x ls -l | sed -n '/^-..x/p'
ls -l ~ | grep -- -..x
ls -l | sed -n '/^-..x/p'
11,537
Posted By Franklin52
ls -l | grep '\-..x'
ls -l | grep '\-..x'
Forum: Programming 04-30-2011
2,530
Posted By Perderabo
Put the include file in your current directory...
Put the include file in your current directory and use
#include "my_syscall1.h"

Your compiler already has its own idea of where the include file are and you are probably using the wrong...
72,506
Posted By varungupta
Hey, You can use the following three...
Hey,

You can use the following three commands to add a new line to a file.

echo "\n" >> file.outor

echo -e "\n" >> file.out

echo >> yourfile

Thanks :)
Showing results 1 to 5 of 5

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