Search Results

Search: Posts Made By: gaurav1086
62,380
Posted By ennstate
Assuming the orginal file contents $ cat...
Assuming the orginal file contents
$ cat /tmp/file.txt
NAME ID YEAR
abc 25 1995
ced 34 1977
ttt 43 1983

Create a csv file,which i assume can be opened up in XL,

awk '{print...
Forum: Programming 03-03-2011
26,208
Posted By fpmurphy
This should work for you. #include...
This should work for you.

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/file.h>
#include...
Showing results 1 to 2 of 2

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