Search Results

Search: Posts Made By: suyaku92
1,161
Posted By suyaku92
Determines a file is a NORMAL text file
I assign the variable

name=`find . -type f | awk -vR=$num '{if (NR == R) {print; exit}}`

which returns the name of a file in "$num" ordered in the folder to the variable $name.
I want to use...
1,089
Posted By suyaku92
[URGENT] Determines a file is a NORMAL text file
I assign the variable
name=`find . -type f | awk -vR=$num '{if (NR == R) {print; exit}}`
which returns the name of a file in "$num" ordered in the folder to the variable $name.
I want to use IF...
Showing results 1 to 2 of 2

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