Tagged Questions
0
votes
2answers
27 views
Unix Shell file transfer
I just started using Unix and I need to copy of few files from my class folder to my MAC.
Files are lab1.txt and lab1script, unix host is myname@stdlinux.myschool and directory is ...
-4
votes
1answer
20 views
How to create a json payload using file data [closed]
I have a file(.CSV) which has 20 columns data. I would like to read a file record by record and create a JSON payload using Unix Shell script
Please provide an example
Thanks,
Balu
-1
votes
1answer
26 views
Using the man command in Unix, I want to list file names with file size etc. [closed]
By using the man command I want to list the names of the files I have already created with extra information such as filesize, date of modification etc.
I know I have to use the man command possibly ...
0
votes
2answers
55 views
Unix Touch in Matlab to create a file?
This is probably very easy thing but help touch does not return anything, I am trying to create a file. I could find mkdir in Matlab but not touch so how to create a file in Matlab ie the unix-style ...
-1
votes
3answers
41 views
Unix process file with latest timstamp
I'm making a program that will load data into table. I've already created the procedure.
But I'm having a problem with handling the file, since there are multiple files in the directory with different ...
0
votes
1answer
32 views
What is the max file size allowed by the system?
I am given this information, but am not sure how to approach this problem:
Double-Indirect Addressing
Disk block size = 1k
File Point is 64 bits (8 bytes)
Block can hold 128 file pointers
Inode ...
0
votes
2answers
83 views
How to determine Unix text files in C?
I am writing a C program that looks at all files in the current directory using DIR, opendir(), and readdir(), then assigning them to a dirent struct as below.
int main(int argc, char *argv[])
{
...
0
votes
1answer
18 views
IF depending on number of files per folder --unix
I want to do different actions based on the number of files in each folder which start with same two letters --- if files in TS are less than or equal 6 to do one set of actions and otherwise do ...
0
votes
1answer
21 views
adding deleted file info to a single file [UNIX]
So I have the simple problem
In order to restore files, the original directory and filename must be
stored.
Create a hidden file called ".restore.info". Each line of
this file should ...
0
votes
1answer
68 views
C exec, awk, not working
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#define MAXLINE 512
main(int argc,char* argv[]){
int k;
for (k=0; k<=argc; k++) {
if (k%2==0) {
...
0
votes
1answer
17 views
How to include spaces in file names in GForth (GNU Forth)?
When I tried including a file on Unix (and Windows) it won't work when it includes spaces. For example, these won't work:
include ~/Space Folder/test.fs
include ~/Space\ Folder/test.fs
include ...
0
votes
1answer
35 views
Sorting within a file by columns Linux
So I have seen lots of sort questions on here and I was hoping that someone could clear up my own. I have a file that looks like this:
data dd 0.0 96 157 KL 71 X 6947
data fb 0.0 11 3R2 ...
0
votes
4answers
47 views
Ordering lines of a file numerically Linux/Unix
I have two files that I would like to compare. One file orders numbers
1 somedata otherdata
2 somedata otherdata
3 somedata otherdata
4 somedata otherdata
5 somedata otherdata
6 ...
2
votes
3answers
97 views
directory was detected as file in perl
I tried to use this condition (-d $var) in a loop to check how many child directories on the given directory but some folders were detected as a file instead. What happened to the condition that ...
2
votes
5answers
59 views
Finding file names without a specified character
Is there a good regex to find all of the files that do not contain a certain character? I know there are lots to find lines containing matches, but I want something that will find all files that do ...
2
votes
2answers
138 views
open with O_CREAT - was it opened or created?
I have 10 processes which try open the same file more or less at the same time using open(O_CREAT) call, then delete it. Is there any robust way to find out which process actually did create the file ...
0
votes
3answers
31 views
file edit- commandline unix
I want to edit a file from the command line, because opening it in vim or other editors takes forever (a large file). I want to add a string ('chr') to the beginning of every line that is not ...
1
vote
1answer
45 views
UNIX List files of in domain of file sizes
I am looking for a way to get all the files in a directory (which is a variable) and then check to see if those files are in between two values for file size.
I have three arguments. A directory to ...
1
vote
1answer
60 views
How do I fix this output of a simple file read/write program in C?
I am writing a very simple file read/write program in C. When I try to test the code, the output is not what I expect. Here is my code:
#include <stdio.h>
void hwrite(FILE *fp, int count, char ...
1
vote
3answers
53 views
How do I use a FILE as a parameter for a function in C?
I am learning C and I come from a Java background. I would appreciate it if I could have some guidance. Here is my code:
#include <stdio.h>
#include <stdlib.h>
#include ...
2
votes
1answer
45 views
Understanding script to check if file exists or not
I have below command to check if file exists or not and create it if it not available:
if test "${LOG_FILE:=}x" != "x"; then
touch $LOGAP
exit_code=$?
fi
Please help me in understanding ...
1
vote
2answers
47 views
How to read from two files in the same time shell
I have two files,
A
john 1 2 3 4 5 6 7
Ely 10 9 9 9 9 9 9
Maria 3 5 7 9 2 1 4
Rox 10 10 10 10 10 10 10
B
john 7.5
Ely 4.5
Maria 3,7
Rox 8.5
What i want to do is create another file with only the ...
2
votes
1answer
41 views
Making new files automatically executable?
Is it possible to make all newly created files have the execute permission when they are created? Why can't I grant it by default?
1
vote
3answers
194 views
split file on Nth occurrence of delimiter
Is there a one-liner to split a text file into pieces / chunks after every Nth occurrence of a delimiter?
example: the delimiter below is "+"
entry 1
some more
+
entry 2
some more
even more
+
entry ...
1
vote
2answers
59 views
comparing files against original file with different number of rows
I have set of files, 1 answers file and few results files
I need to compare each of the results file with answers, but the result files may not have the same number or rows.
answer file
q1, true
q2, ...
0
votes
1answer
148 views
How to find duplicate lines across 2 different files? Unix
From the unix terminal, we can use diff file1 file2 to find the difference between two files. Is there a similar command to show the similarity across 2 files? (many pipes allowed if necessary.
Each ...
-4
votes
3answers
75 views
Find File type unix
How to find the type of the file?
I am writing a code to find that file on unix system is image file or not?
Possibilities exists that someone has changed the extension.
Thanks in advance.
0
votes
2answers
87 views
How to get directory permissions in Bash script without backtick evaluation?
I'm updating a Bash script in z/OS. The current script uses the result of a backtick command to test a certain condition, like so:
var=`command`
[test value of var]
The problem is that one customer ...
-3
votes
3answers
46 views
FILE PERMISSION FOR UNIX [closed]
How to add permission for the User can read, write, and execute; the Group can read; and the Other users can't do anything?
1
vote
2answers
177 views
Replace a string in all files - Unix
I am trying to replace a string ::: with :: for all lines in a batch of txtfiles (it can be considered as a word since there's always a space in front and behind it.
I can do it with python like ...
0
votes
2answers
37 views
Speed for getting lines between specific line numbers
I used the following command for getting lines between specific line numbers in a file:
sed -n '100000,200000p' file1.xml > file2.xml
It took quite a while. Is there a faster way?
0
votes
1answer
55 views
Unix command sort by number of occurances of a specific character
I have a file with this format:
key value:value:value:value
key value:value
key value
key value:value:value
where there is a key at the first column and in the second a list of values delimited ...
2
votes
4answers
77 views
Fixing a few thousands filenames on linux
I have extracted clips from a video with ffmpeg, following this pattern 'clip-%4d.png'.
This has yielded files like: clip-0001.png, clip-0002.png and so on.
I have then applied many filters with ...
0
votes
1answer
67 views
Seeding Math::Random::ISAAC from /dev/urandom : How to read/pass 128 bits?
There are many ways to create secure random numbers in Perl. Most of these ways involve one or more Perl modules. Many of these Perl modules require even more Perl modules as dependencies.
Since I ...
2
votes
1answer
86 views
Is there any way that I can search for a file or a filename using a given inode number?
I am taking in an inode number from a user and I have to search the file system for that file. How do I search through inode numbers. I have to do this using C and unix.
Here is my code so far:
...
0
votes
1answer
143 views
Unix `find` command that returns path and whether or not it's a file/directory?
When you do ls -la it returns each path along with info of whether or not it's a file/directory:
$ ls -la
drwxr-xr-x 11 viatropos staff 374 Jan 21 21:24 .
drwxr-xr-x 41 viatropos staff 1394 ...
0
votes
3answers
79 views
What is the Unix command to display all lines of a file with two certain strings
Basically, I have a file that I want to search and display only the lines that have the strings 'abc' and 'vhg'. What is the Unix command for this?
1
vote
1answer
40 views
Impty grep result in loop
I am very new to shell scripting so this is probably an easy one to answer
I have identifyed in one program some interessting genes and the output is the datafile
interest.txt
Nrg3
Srebf1
Cacna2d3
...
0
votes
1answer
154 views
Linux file utility magic.mgc database get content
I write project where I need to identify certain file formats.
For some formats I have found signatures that I use for identifying easily (mp3, ogg), with another formats I have a big problem (like ...
0
votes
2answers
552 views
Batch file to telnet and run commands on a unix server
I'm stuck here, and I really can use your help. Here's my situation.
Im looking forward to create a batch script which can access a unix server using telnet. Here the unix sever will ask for ...
0
votes
2answers
335 views
Bash Script with command line arguments which are files
I am trying to write a bash script which takes a file as a command line argument and appends the name of that file, the number of lines and the last modified date to the file. I am confused over how ...
0
votes
3answers
97 views
Unix command to insert a comment on the top of all files in a directory
I want to add a comment to all files in a directory in Unix. Please suggest a solution if there is any combination of commands I can use.
0
votes
0answers
112 views
Read last n lines from a remote file using Ruby
What I want to do ?
Read a log file that is being updated on a remote machine
dbchjsnckjnvlsnvkcs # Dont need this
sjcknskjdcnsjcd # Dont need this
csdjkcnsjd # Dont need this
...
1
vote
3answers
69 views
Batch Removing File Extensions OSX
i've got a folder with a lot of (~60,000) files in it.
Most of them have the extension ".html.tmp" and I need to remove the ".tmp" part in all of them.
I found some similar solutions but none worked ...
2
votes
4answers
263 views
How does execvp run a command?
I know execvp can be used to execute simple commands as follows:
char* arg[] = {"ls", "-l", NULL};
execvp(arg[0],arg);
I want to know what goes on in here when I run execvp. In man page it says ...
4
votes
2answers
110 views
using tac to read a file in reverse
I am fairly new to UNIX coding and I have a file that I need to read in reverse line by line. The file has sections of code within {}. Then I need to run an awk script with this reversed file as the ...
1
vote
2answers
194 views
Check whether files in a file list exist in a certain directory
The runtime arguments are as follows: $1 is the path to the file containing the list of files
$2 is the path to the directory containing the files
What I want to do is check that each file listed in ...
-6
votes
2answers
93 views
transfer files!!! from a unix server to a linux server [closed]
I used scp -prv command to copy directory/files (/usr/local/scripts) from a unix server to a linux server. Copy worked, however, it created another directory inside the scripts ...
1
vote
2answers
62 views
Joining 2 files to 1 in shell [closed]
How do I join 2 files in shell, for example:
file1 -
server1 monthly 25
server2 monthly 24
server3 daily 21
server4 weekly 7
server5 ...
1
vote
1answer
32 views
In one directory new files are executable by default
For some reason one of my directories has started producing
executables. By this I mean that new files in that directory are
a+x (but not, for example in the parent directory):
$ ls -ld .
drwxrwsr-x ...




