搜索资源列表
my_ls1
- 简单的ls -al的实现.不是很难,用到了获取文件信息的函数lstat,目录操作等-A simple ls-al to achieve. Is not difficult to use a function to get file information lstat, catalog operations, etc.
file_operations
- ssize_t (*read) (struct file * filp, char __user * buffer, size_t size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
FileHelper
- 实现在windows,Linux,嵌入式Linux下的文件读,写,删除,更新,获取文件信息,LINUX下的文件压缩解压等文件操作-File operations to achieve in the windows, Linux, Embedded Linux file read, write, delete, update, get the file information, file under Linux codecs
get-files-line-number
- 获取txt文件的行号,输入txt文件的文件名,即可获取该txt文件的使用行号数目信息-Txt file line access number, enter txt file name, you can get the txt file using the number line number information